New submission from mattip <matti.pi...@gmail.com>:

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?

----------
assignee: docs@python
components: Documentation
messages: 331142
nosy: docs@python, eric.snow, mattip
priority: normal
severity: normal
status: open
title: how to migrate a c-extension module to one that supports subinerpreters?
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35420>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to