Alexey Izbyshev <[email protected]> added the comment:
Correction: the fall-through in "else if (res == -3)" clause doesn't cause a memory leak, but still results in usage of uninitialized 'str'. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35322> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
