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 vstinner
Recipients corona10, eric.smith, petr.viktorin, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2022-03-28.16:34:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648485259.35.0.376947979035.issue47143@roundup.psfhosted.org>
In-reply-to
Content
bpo-32176 "Zero argument super is broken in 3.6 for methods with a hacked __class__ cell" added test_code.test_closure_injection() and fixed the CO_NOFREE flag in the code object constructor (types.CodeType).
History
Date User Action Args
2022-03-28 16:34:19vstinnersetrecipients: + vstinner, rhettinger, pitrou, eric.smith, petr.viktorin, serhiy.storchaka, corona10
2022-03-28 16:34:19vstinnersetmessageid: <1648485259.35.0.376947979035.issue47143@roundup.psfhosted.org>
2022-03-28 16:34:19vstinnerlinkissue47143 messages
2022-03-28 16:34:19vstinnercreate