[issue34008] Do we support calling Py_Main() after Py_Initialize()?

Nick Coghlan report at bugs.python.org
Sat Jun 30 07:59:43 EDT 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Removing 3.6 from the affected versions, since we re-arranged these docs a bit for 3.7 to make it clearer which functions could be called prior to initialization, as well as adding more tests for the actual pre-init functionality.

Since 3.6 isn't going to change, and we'll be aiming to get back to something a bit closer to the 3.6 behaviour for 3.7.1, it seems simpler to just focus on 3.7 and 3.8.

----------
versions:  -Python 3.6

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


More information about the Python-bugs-list mailing list