[issue26494] Double deallocation on iterator exhausting

Serhiy Storchaka report at bugs.python.org
Sun Mar 6 15:23:25 EST 2016


Serhiy Storchaka added the comment:

Updated patch fixes also set, dict and os.scandir() iterator.

May be sqlite3 cursor needs a fix, but it is too complicated.

----------
Added file: http://bugs.python.org/file42081/free_after_iterating_2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26494>
_______________________________________


More information about the Python-bugs-list mailing list