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 skrah
Recipients boytsovea, skrah
Date 2020-02-28.13:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582895946.69.0.693771764238.issue39776@roundup.psfhosted.org>
In-reply-to
Content
Regarding *my* issue, it could be anything, e.g. a missing call to
PyEval_InitThreads() in 3.6:

"Changed in version 3.7: This function is now called by Py_Initialize(), so you don’t have to call it yourself anymore."


This is why we need to eliminate pybind11 so we can see what is
actually going on.
History
Date User Action Args
2020-02-28 13:19:06skrahsetrecipients: + skrah, boytsovea
2020-02-28 13:19:06skrahsetmessageid: <1582895946.69.0.693771764238.issue39776@roundup.psfhosted.org>
2020-02-28 13:19:06skrahlinkissue39776 messages
2020-02-28 13:19:06skrahcreate