]> granicus.if.org Git - python/commit
Issue #16230: Fix a crash in select.select() when one the lists changes size while...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 19:13:54 +0000 (20:13 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 19:13:54 +0000 (20:13 +0100)
commite4ad37e50efadc319d6c1089222f552dfcbf76ee
treeb64936a5fbbdd7b21553261ebebd3ad09bf721ce
parent9f69e79c450c3c17172046f937941e6df1802a6d
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
Patch by Serhiy Storchaka.
Lib/test/test_select.py
Misc/NEWS
Modules/selectmodule.c