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 pablogsal
Recipients aroberge, gvanrossum, pablogsal, terry.reedy
Date 2021-03-06.00:48:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614991687.45.0.362650372066.issue43366@roundup.psfhosted.org>
In-reply-to
Content
This is a change I implemented and is explicitly deactivated in the reprl:

https://github.com/python/cpython/blob/master/Parser/pegen.c#L1191

The problem here is that when you call compile() there is no way to know if you are doing it to simulate a reprl() or not.
History
Date User Action Args
2021-03-06 00:48:07pablogsalsetrecipients: + pablogsal, gvanrossum, terry.reedy, aroberge
2021-03-06 00:48:07pablogsalsetmessageid: <1614991687.45.0.362650372066.issue43366@roundup.psfhosted.org>
2021-03-06 00:48:07pablogsallinkissue43366 messages
2021-03-06 00:48:07pablogsalcreate