[issue11320] Usage of API method Py_SetPath causes errors in Py_Initialize() (Posix ony))

STINNER Victor report at bugs.python.org
Mon May 27 11:33:59 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I understand that this bug has been fixed by the implementation of the PEP 587 in bpo-36763: Py_SethPath() now uses dynamically allocated memory and can be called multiple times. Moreover, the PEP 587 now provides a better API for the Path Configuration. I close the issue.

Reopen/comment the issue if I misunderstood it :-)

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list