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 brett.cannon
Recipients Dave Johansen, brett.cannon
Date 2019-11-04.18:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572893252.39.0.190471370056.issue38665@roundup.psfhosted.org>
In-reply-to
Content
Basically you have to figure out where that bad memory came from and that's just plain hard in C short of slowly cutting out code until you get a small reproducer. Typically these sorts of issues are almost always in the extension modules, but your case is tricky as even if that's true you don't know which one is the cause.
History
Date User Action Args
2019-11-04 18:47:32brett.cannonsetrecipients: + brett.cannon, Dave Johansen
2019-11-04 18:47:32brett.cannonsetmessageid: <1572893252.39.0.190471370056.issue38665@roundup.psfhosted.org>
2019-11-04 18:47:32brett.cannonlinkissue38665 messages
2019-11-04 18:47:32brett.cannoncreate