mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
38aa14afb6
fields token and expected must also be initialized, otherwise the tests in parsetok() can generate uninitialized memory read errors. This quiets an Insure warning.