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, pablogsal
Date 2021-06-09.17:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623258812.13.0.711576385667.issue44363@roundup.psfhosted.org>
In-reply-to
Content
This line seems to be responsible for most of the failures:
https://github.com/python/cpython/blob/main/Objects/frameobject.c#L985

Which does appear to be a true positive.
History
Date User Action Args
2021-06-09 17:13:32Mark.Shannonsetrecipients: + Mark.Shannon, pablogsal
2021-06-09 17:13:32Mark.Shannonsetmessageid: <1623258812.13.0.711576385667.issue44363@roundup.psfhosted.org>
2021-06-09 17:13:32Mark.Shannonlinkissue44363 messages
2021-06-09 17:13:32Mark.Shannoncreate