| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
* Rename PyConfig.use_peg to _use_peg_parser * Document PyConfig._use_peg_parser and mark it a deprecated * Mark -X oldparser option and PYTHONOLDPARSER env var as deprecated in the documentation. * Add use_old_parser() and skip_if_new_parser() to test.support * Remove sys.flags.use_peg: use_old_parser() uses _testinternalcapi.get_configs() instead. * Enhance test_embed tests
There was a problem hiding this comment.
This is really much better. Thanks!
Sorry, something went wrong.
A tiny sliver of a 3.9 PEG parser patch needed to backport the test added by pythonGH-20486. (cherry picked from commit a5d6aba) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
| Back | FazBrowse Home | New Git URL |
in the documentation.
_testinternalcapi.get_configs() instead.
https://bugs.python.org/issue40334