diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-25 08:39:35 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-25 08:39:35 +0000 |
commit | 08e301f8bda33203a89b2a450eb8104d815ff534 (patch) | |
tree | 3170124d170fa7fc3af74e398fe14aa417b21e5a /Python/ast.c | |
parent | 14361fffc233072acdc8973ac12fa79a38cac2b8 (diff) | |
download | cpython-git-08e301f8bda33203a89b2a450eb8104d815ff534.tar.gz |
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 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions