Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_threadmodule: make _thread.lock thread-safe
Previously, _thread.lock would modify a shared boolean "locked" after the underlying lock was released. This swaps the order of those statements.
- Loading branch information