Issue #7084: Fix a (very unlikely) crash when printing a list from one
commitda020d7d0496d615b85e56d12161d7871928557f
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Oct 2009 21:03:26 +0000 (11 21:03 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Oct 2009 21:03:26 +0000 (11 21:03 +0000)
tree74dd12592ea8c4d9982cbb819c7f095c4c373b64
parent949b53d48cd22676ee7e843e03bc2c1f5f697649
Issue #7084: Fix a (very unlikely) crash when printing a list from one
thread, and mutating it from another one.  Patch by Scott Dial.

git-svn-id: http://svn.python.org/projects/python/trunk@75367 6015fed2-1504-0410-9fe1-9d1591cc4771
Misc/ACKS
Misc/NEWS
Objects/listobject.c