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 Mark.Shannon
Recipients Mark.Shannon, kj
Date 2021-07-07.14:31:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625668317.03.0.495409770321.issue44581@roundup.psfhosted.org>
In-reply-to
Content
This breaks a key invariant of PEP 659.

Inserting `assert(cframe.use_tracing == 0);` at the top of all quickened instructions results in several failures when running the test suite.
History
Date User Action Args
2021-07-07 14:31:57Mark.Shannonsetrecipients: + Mark.Shannon, kj
2021-07-07 14:31:57Mark.Shannonsetmessageid: <1625668317.03.0.495409770321.issue44581@roundup.psfhosted.org>
2021-07-07 14:31:57Mark.Shannonlinkissue44581 messages
2021-07-07 14:31:56Mark.Shannoncreate