summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/iso8859_7.py
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2011-01-04 01:10:08 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2011-01-04 01:10:08 (GMT)
commit2b79a8146155579bf2ea8acdd4237bc58554dbb8 (patch)
tree6e7ee72048556294db3d57d0006d58a8ff338c6c /Lib/encodings/iso8859_7.py
parent7247d67e87b0f0c50f1bcf0a134a82373606f40c (diff)
downloadcpython-2b79a8146155579bf2ea8acdd4237bc58554dbb8.zip
cpython-2b79a8146155579bf2ea8acdd4237bc58554dbb8.tar.gz
cpython-2b79a8146155579bf2ea8acdd4237bc58554dbb8.tar.bz2
Merged revisions 87710 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87710 | gregory.p.smith | 2011-01-03 13:06:12 -0800 (Mon, 03 Jan 2011) | 4 lines issue6643 - Two locks held within the threading module on each thread instance needed to be reinitialized after fork(). Adds tests to confirm that they are and that a potential deadlock and crasher bug are fixed (platform dependant). ........ This required a bit more fiddling for 2.x as __block and __started are __ private as well as the __started Event's __cond. A new "private" _reset_internal_locks() method is added to Thread and _Event objects to address this.
Diffstat (limited to 'Lib/encodings/iso8859_7.py')
0 files changed, 0 insertions, 0 deletions