Re: [Python-Dev] PEP 489: module m_traverse called with NULL module state

2017年12月19日 07:22:01 -0800

On 2017年12月19日 16:10:06 +0100
Petr Viktorin <[email protected]> wrote:
> >
> > Speaking of which, the doc is not very clear: is PEP 489 required for
> > multi-interpreter support or is PyModule_GetState() sufficient? 
> 
> Yes, it is possible to have proper subinterpreter support without
> multi-phase init.
Thanks. I guess the C API docs need a user-friendly section laying out
the various methods for initializing a module, and their various
advantages :-)
Regards
Antoine.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to