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 xdegaye
Recipients vstinner, xdegaye
Date 2017-11-13.11:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> What about Python 2.7?

_testcapi.set_nomemory() does not exist on Pyhton 2.7 so the changes cannot be tested. Applying the changes to PyRun_InteractiveLoopFlags() in 2.7 looks rather straightforward but there are too many differences in PyRun_InteractiveOneFlags() between 2.7 and 3.7.
History
Date User Action Args
2017-11-13 11:55:53xdegayesetrecipients: + xdegaye, vstinner
2017-11-13 11:55:53xdegayesetmessageid: <[email protected]>
2017-11-13 11:55:53xdegayelinkissue30696 messages
2017-11-13 11:55:53xdegayecreate