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 cgohlke
Recipients cgohlke, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-08.07:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594193536.35.0.305410288106.issue41237@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-08 07:32:16cgohlkesetrecipients: + cgohlke, paul.moore, tim.golden, zach.ware, steve.dower
2020-07-08 07:32:16cgohlkesetmessageid: <1594193536.35.0.305410288106.issue41237@roundup.psfhosted.org>
2020-07-08 07:32:16cgohlkelinkissue41237 messages
2020-07-08 07:32:16cgohlkecreate