[issue40953] PyConfig_Clear() doesn't clear _orig_argv member (_PyWideStringList_Copy breaks asan builds)

STINNER Victor report at bugs.python.org
Mon Jun 15 12:23:50 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> Works for me, thanks for the quick fix!

I'm surprised that libasan doesn't allow to run an application which leaks memory :-) I understand that it's the intented behavior. At least in this case, it was a real bug and hopefully it was trivial to fix it!

----------

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


More information about the Python-bugs-list mailing list