Message365039
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. |
|
Date |
User |
Action |
Args |
2020-03-26 00:41:14 | vstinner | set | recipients:
+ vstinner, ymerej |
2020-03-26 00:41:14 | vstinner | set | messageid: <1585183274.36.0.627689937656.issue38044@roundup.psfhosted.org> |
2020-03-26 00:41:14 | vstinner | link | issue38044 messages |
2020-03-26 00:41:14 | vstinner | create | |
|