From: Antoine Pitrou Date: Sun, 11 Oct 2009 21:07:02 +0000 (+0000) Subject: Blocked revisions 75367 via svnmerge X-Git-Tag: v3.2a1~2401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=320b8010e7b6cfabe4bbed41a6a86a2dc1bd8343;p=python Blocked revisions 75367 via svnmerge ........ r75367 | antoine.pitrou | 2009-10-11 23:03:26 +0200 (dim., 11 oct. 2009) | 4 lines Issue #7084: Fix a (very unlikely) crash when printing a list from one thread, and mutating it from another one. Patch by Scott Dial. ........ ---