commit | e4ad37e50efadc319d6c1089222f552dfcbf76ee | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 01 20:13:54 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 01 20:13:54 2012 +0100 |
tree | b64936a5fbbdd7b21553261ebebd3ad09bf721ce | |
parent | 9f69e79c450c3c17172046f937941e6df1802a6d [diff] |
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. Patch by Serhiy Storchaka.