diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-13 23:48:39 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-13 23:48:39 (GMT) |
commit | a62cbf7cce9ac3e105f587c73b41f7b70d91bb3c (patch) | |
tree | 40513e8eb023f2f2f9f703aee82df4c9de7cbf11 /Doc/library | |
parent | d24fc5d7c4baed7b0abcf49f06e3030ca61692f7 (diff) | |
download | cpython-a62cbf7cce9ac3e105f587c73b41f7b70d91bb3c.zip cpython-a62cbf7cce9ac3e105f587c73b41f7b70d91bb3c.tar.gz cpython-a62cbf7cce9ac3e105f587c73b41f7b70d91bb3c.tar.bz2 |
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 'Doc/library')
0 files changed, 0 insertions, 0 deletions