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 vstinner
Recipients vstinner, ymerej
Date 2020-03-26.00:41:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585183274.36.0.627689937656.issue38044@roundup.psfhosted.org>
In-reply-to
Content
The issue looks like a bug in third party code, rather than a bug in Python itself. You can try to set PYTHONMALLOC=debug environment variable, it might help to detect a memory corruption. I strongly advice you to test a debug build of Python. Since Python 3.8, the ABI is now compatible in debug and release builds.

See also https://pythondev.readthedocs.io/debug_tools.html to debug a crash.

I close the issue.
History
Date User Action Args
2020-03-26 00:41:14vstinnersetrecipients: + vstinner, ymerej
2020-03-26 00:41:14vstinnersetmessageid: <1585183274.36.0.627689937656.issue38044@roundup.psfhosted.org>
2020-03-26 00:41:14vstinnerlinkissue38044 messages
2020-03-26 00:41:14vstinnercreate