STINNER Victor <vstin...@python.org> added the comment:

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.

----------
nosy: +vstinner
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38044>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to