Use the return value of the function, don't shortcut through the current...
Use the return value of the function, don't shortcut through the current thread. sometimes under py3 the current thread id isn't set, and the release() methods we're trying to patch around use get_ident() anyway. Fixes #615. Really, not just the test cases.
Showing
Please register or sign in to comment