]> 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:15:23 +0000 (20:15 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 19:15:23 +0000 (20:15 +0100)
commit0168d3d9b1f6c236b23afedab3c61254fcb6f072
treeba52f148840c8d548d27f867d3426496a1b77532
parent5ebe65f8cb541b10f07fb6ce2b4283a26c7e1d80
parente4ad37e50efadc319d6c1089222f552dfcbf76ee
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