| commit | 686c9adbd574cdd847f8c64556021aa3a502b5c7 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 12:56:06 2009 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 12:56:06 2009 +0000 |
| tree | c26794656f03aeaa4688537b95e1b08b1ed56edc | |
| parent | 9aece75269872fa5cb942fb5ba642531de2d09fe [diff] |
Merged revisions 75367 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........