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-09.08:25:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594283117.62.0.312560395264.issue41237@roundup.psfhosted.org>
In-reply-to
Content
This issue seems specific to C extensions built with pybind11 (using 2.5.0 and master branch). Building the minimal example at https://github.com/pybind/python_example and running `python.exe -c"import python_example"` will crash at exit.
History
Date User Action Args
2020-07-09 08:25:17cgohlkesetrecipients: + cgohlke, paul.moore, tim.golden, zach.ware, steve.dower
2020-07-09 08:25:17cgohlkesetmessageid: <1594283117.62.0.312560395264.issue41237@roundup.psfhosted.org>
2020-07-09 08:25:17cgohlkelinkissue41237 messages
2020-07-09 08:25:17cgohlkecreate