summaryrefslogtreecommitdiffstats
path: root/Lib/difflib.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-01-25 08:39:35 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-01-25 08:39:35 (GMT)
commit08e301f8bda33203a89b2a450eb8104d815ff534 (patch)
tree3170124d170fa7fc3af74e398fe14aa417b21e5a /Lib/difflib.py
parent14361fffc233072acdc8973ac12fa79a38cac2b8 (diff)
downloadcpython-08e301f8bda33203a89b2a450eb8104d815ff534.zip
cpython-08e301f8bda33203a89b2a450eb8104d815ff534.tar.gz
cpython-08e301f8bda33203a89b2a450eb8104d815ff534.tar.bz2
There was a race condition where the connector would try to connect
before the listener was ready (on gentoo x86 buildslave). This caused the listener to not exit normally since nobody connected to it (waited in accept()). The exception was raised in the other thread and the test failed. This fix doesn't completely eliminate the race, but should make it near impossible to trigger. Hopefully it's good enough.
Diffstat (limited to 'Lib/difflib.py')
0 files changed, 0 insertions, 0 deletions