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 chris.jerdonek
Recipients aeros, asvetlov, carltongibson, chris.jerdonek, felixxm, yselivanov
Date 2020-05-20.11:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589974187.16.0.0669318011324.issue40696@roundup.psfhosted.org>
In-reply-to
Content
I'm getting close to tracking this down. There is a certain point in the code path of the Django test where `exc is exc.__context__` becomes True. I'm guessing this is what's causing the hang. I'll try to get a simple reproducer (there is a lot of Django code to sort through).
History
Date User Action Args
2020-05-20 11:29:47chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, yselivanov, aeros, carltongibson, felixxm
2020-05-20 11:29:47chris.jerdoneksetmessageid: <1589974187.16.0.0669318011324.issue40696@roundup.psfhosted.org>
2020-05-20 11:29:47chris.jerdoneklinkissue40696 messages
2020-05-20 11:29:46chris.jerdonekcreate