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 mattip
Recipients docs@python, eric.snow, mattip
Date 2018-12-05.19:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544037399.3.0.788709270274.issue35420@psf.upfronthosting.co.za>
In-reply-to
Content
NumPy does not currently support subinterpreters, it has global state that is not cleaned up when releasing the module. I could not find a description of the steps I need to take to modernize the C-extension module to be able to used under a subinterpreter. It would be nice to describe this in the Python documentation, or does such documentation exist?
History
Date User Action Args
2018-12-05 19:16:39mattipsetrecipients: + mattip, docs@python, eric.snow
2018-12-05 19:16:39mattipsetmessageid: <1544037399.3.0.788709270274.issue35420@psf.upfronthosting.co.za>
2018-12-05 19:16:39mattiplinkissue35420 messages
2018-12-05 19:16:39mattipcreate