[issue41237] Access violation in python39.dll!meth_dealloc on exit
Christoph Gohlke
report at bugs.python.org
Wed Jul 8 03:32:16 EDT 2020
Christoph Gohlke <cgohlke at uci.edu> added the comment:
I tracked this to an import of the numba-0.50.1 package during the numpy tests. `python -c"import numba'` is enough to reproduce this crash during interpreter exit. Probably the package needs to be ported to Python 3.9.
----------
stage: -> resolved
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41237>
_______________________________________
More information about the Python-bugs-list
mailing list