mirror of
https://github.com/python/cpython.git
synced 2026-05-27 06:42:27 -04:00
5115a16831
* Replace deprecated Py_DebugFlag with PyConfig.parser_debug in the parser. * Add Parser.debug member. * Add tok_state.debug member. * Py_FrozenMain(): Replace Py_VerboseFlag with PyConfig.verbose.