Nick Coghlan added the comment:

Note that CPython's main function accesses the C API before calling 
Py_Initialize(). This is insane, but fixing it is hard (and one of the main 
goals of PEP 432).

I suggest using Py_IsInitialized() to exclude those from your debug checks for 
now.

----------

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

Reply via email to