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 iritkatriel
Recipients Mark.Shannon, chris.jerdonek, corona10, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner
Date 2021-08-16.23:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629154984.92.0.271057692765.issue44895@roundup.psfhosted.org>
In-reply-to
Content
It's midnight, so just one last weirdness before I turn into a pumpkin:

If I add this assignment to x the issue seems to go away (or become less frequent so I don't see it?)   But if I assign x to a small constant it still leaks. 


def test_no_hang_on_context_chain_cycle2():
    x = list(range(100))
    class A(Exception):
        pass
    class B(Exception):
        pass
History
Date User Action Args
2021-08-16 23:03:04iritkatrielsetrecipients: + iritkatriel, vstinner, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, pablogsal, miss-islington
2021-08-16 23:03:04iritkatrielsetmessageid: <1629154984.92.0.271057692765.issue44895@roundup.psfhosted.org>
2021-08-16 23:03:04iritkatriellinkissue44895 messages
2021-08-16 23:03:04iritkatrielcreate