mirror of
https://github.com/python/cpython.git
synced 2026-05-21 20:03:06 -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.