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 benjamin.peterson
Recipients benjamin.peterson, cgohlke, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-06-08.17:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560014460.18.0.784093150168.issue37189@roundup.psfhosted.org>
In-reply-to
Content
It shouldn't break existing code because PyRun_String has a macro expansion to PyRun_StringFlags. ABI compatibility between major releases is not provded.
History
Date User Action Args
2019-06-08 17:21:00benjamin.petersonsetrecipients: + benjamin.peterson, paul.moore, vstinner, tim.golden, cgohlke, zach.ware, steve.dower
2019-06-08 17:21:00benjamin.petersonsetmessageid: <1560014460.18.0.784093150168.issue37189@roundup.psfhosted.org>
2019-06-08 17:21:00benjamin.petersonlinkissue37189 messages
2019-06-08 17:21:00benjamin.petersoncreate