diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-13 23:48:39 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-13 23:48:39 +0000 |
commit | a62cbf7cce9ac3e105f587c73b41f7b70d91bb3c (patch) | |
tree | 40513e8eb023f2f2f9f703aee82df4c9de7cbf11 /Python/fileutils.c | |
parent | d24fc5d7c4baed7b0abcf49f06e3030ca61692f7 (diff) | |
download | cpython-git-a62cbf7cce9ac3e105f587c73b41f7b70d91bb3c.tar.gz |
Fix (hopefully) occasional failures in test_threaded_import.
`done` could be released multiple times because of concurrent
execution. We convert it to an Event, where calling set()
multiple times is not a problem.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions