[issue33042] New 3.7 startup sequence crashes PyInstaller

STINNER Victor report at bugs.python.org
Sun Mar 25 16:54:51 EDT 2018


STINNER Victor <victor.stinner at gmail.com> added the comment:

Would it be possible to not officially allow calling PySys_AddWarnOption() before Py_Initialize()? Fix the bug, but don't promote doing that. I just suggest to revert:

Doc/c-api/init.rst:

+  * :c:func:`PySys_AddWarnOption`
+  * :c:func:`PySys_AddXOption`
+  * :c:func:`PySys_ResetWarnOptions`

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33042>
_______________________________________


More information about the Python-bugs-list mailing list