From: Antoine Pitrou Date: Thu, 1 Nov 2012 19:16:07 +0000 (+0100) Subject: Issue #16230: Fix a crash in select.select() when one the lists changes size while... X-Git-Tag: v3.4.0a1~2114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=787fbe9d6b1072ff5a8317f39eaed1a409f263f1;p=thirdparty%2FPython%2Fcpython.git Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. Patch by Serhiy Storchaka. --- 787fbe9d6b1072ff5a8317f39eaed1a409f263f1