STINNER Victor <vstin...@redhat.com> added the comment:

Another minor implementation issue: calling _PyCoreConfig_Read() twice calls 
_Py_SetArgcArgv() twice, the second call override the first _Py_SetArgcArgv() 
call. IMHO it should only be called once, at the first _PyCoreConfig_Read() 
call.

----------

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

Reply via email to