commit | beaf6a02f45fe667ddcb1fbdd24f1ea7189b2105 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 11 21:03:26 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 11 21:03:26 2009 +0000 |
tree | 9a6492bd6a835552d3725436b1e0ce02cffa4b2c | |
parent | a4314c2b218fb0509a24c873a22137ff229a01fd [diff] |
Issue #7084: Fix a (very unlikely) crash when printing a list from one thread, and mutating it from another one. Patch by Scott Dial.