Commit ea75ee83 authored by Tim Peters's avatar Tim Peters

Thanks to Detlef Lannert for pointing out a typo in the code that

uses _DummyMutex on platforms without threads.
parent d36922e8
......@@ -249,7 +249,7 @@ except ImportError:
release = acquire
_counter = _ThreadSafeCounter(_DummyMutex())
_tempdir_lock = _DummyMutes()
_tempdir_lock = _DummyMutex()
del _DummyMutex
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment