]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:16:07 +0000 (20:16 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 19:16:07 +0000 (20:16 +0100)
commit787fbe9d6b1072ff5a8317f39eaed1a409f263f1
treeea356e874579f382c4e912053683332762738731
parent53d36b691241f278fa6173034e6edb10154e62d3
parent0168d3d9b1f6c236b23afedab3c61254fcb6f072
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