[issue19429] OSError constructor does not handle errors correctly

2013-11-14 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue19429] OSError constructor does not handle errors correctly

2013-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 61a712066770 by Victor Stinner in branch 'default': Issue #19429, #19437: fix error handling in the OSError constructor http://hg.python.org/cpython/rev/61a712066770 -- nosy: +python-dev ___ Python tracke

[issue19429] OSError constructor does not handle errors correctly

2013-10-28 Thread STINNER Victor
New submission from STINNER Victor: Using failmalloc project to inject MemoryError, I found a reference counter issue in OSError constructor. args parameter passed to OSError_new() becomes invalid when OSError constructor fails. I don't yet where is the bug exactly. Traces when the bug occur