This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, lys.nikolaou, miss-islington, pablogsal, vstinner
Date 2020-06-11.16:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591893399.02.0.343255800651.issue40939@roundup.psfhosted.org>
In-reply-to
Content
A few remaining references to the good old times of the old parser:

Programs/_testembed.c:488:    putenv("PYTHONOLDPARSER=1");
Programs/_testembed.c:676:    putenv("PYTHONOLDPARSER=1");
Tools/scripts/run_tests.py:29:    if 'PYTHONOLDPARSER' not in os.environ:
History
Date User Action Args
2020-06-11 16:36:39vstinnersetrecipients: + vstinner, gvanrossum, lys.nikolaou, pablogsal, miss-islington
2020-06-11 16:36:39vstinnersetmessageid: <1591893399.02.0.343255800651.issue40939@roundup.psfhosted.org>
2020-06-11 16:36:39vstinnerlinkissue40939 messages
2020-06-11 16:36:38vstinnercreate