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 blueyed
Recipients blueyed, eamanu, miss-islington, remi.lapeyre, zach.ware
Date 2019-03-09.17:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552152559.3.0.787713181688.issue35931@roundup.psfhosted.org>
In-reply-to
Content
Bumping.

The first (merged) patch is not sufficient, and causes even an API breakage, because it disallows passing in a code object (via compile()) anymore.

A better fix is waiting at https://github.com/python/cpython/pull/12103, and should also get backported to for 3.7.3 then (or the first backport being reverted).
History
Date User Action Args
2019-03-09 17:29:19blueyedsetrecipients: + blueyed, zach.ware, eamanu, miss-islington, remi.lapeyre
2019-03-09 17:29:19blueyedsetmessageid: <1552152559.3.0.787713181688.issue35931@roundup.psfhosted.org>
2019-03-09 17:29:19blueyedlinkissue35931 messages
2019-03-09 17:29:19blueyedcreate