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 steve.dower
Recipients steve.dower
Date 2019-11-26.20:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574799226.23.0.693103985318.issue38922@roundup.psfhosted.org>
In-reply-to
Content
Because code.replace() manually creates a new code object (that is, with arbitrary co_code rather than via the compiler), it should raise code.__new__ with its arguments.
History
Date User Action Args
2019-11-26 20:13:46steve.dowersetrecipients: + steve.dower
2019-11-26 20:13:46steve.dowersetmessageid: <1574799226.23.0.693103985318.issue38922@roundup.psfhosted.org>
2019-11-26 20:13:46steve.dowerlinkissue38922 messages
2019-11-26 20:13:45steve.dowercreate