]> 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)
commit0552fc2b8af80bd93f43001ce9d6b03402630ee2
treebac0dc2f14c661fc15642fdb9e0a82fc42eae6ef
parente9e35c3f6b0be57f44b1dac653e6adbe23cc2e93
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