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 terry.reedy
Recipients terry.reedy
Date 2021-02-12.00:31:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613089878.58.0.288473312681.issue43202@roundup.psfhosted.org>
In-reply-to
Content
New changeset 2068b261e95e9fe9c4041f0102c9e931692dd5aa by Terry Jan Reedy in branch 'master':
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
https://github.com/python/cpython/commit/2068b261e95e9fe9c4041f0102c9e931692dd5aa
History
Date User Action Args
2021-02-12 00:31:18terry.reedysetrecipients: + terry.reedy
2021-02-12 00:31:18terry.reedysetmessageid: <1613089878.58.0.288473312681.issue43202@roundup.psfhosted.org>
2021-02-12 00:31:18terry.reedylinkissue43202 messages
2021-02-12 00:31:18terry.reedycreate