Files
Victor Stinner 2e81481370 Issue #223: Fix threading monkey-patching on py3.4
Fix the monkey-patching of the threading module on Python 3.4. Instead
of removing the thread state lock, patch the _bootstrap_inner() method
to release it.
2015-04-09 14:31:53 +02:00

3.0 KiB