mirror of
https://github.com/python/cpython.git
synced 2026-08-02 07:05:38 -04:00
gh-134322: Fix `repr(threading.RLock)` (GH-134389)
Fix the `__repr__` value of `threading.RLock` from `_thread` module, when just created.
(cherry picked from commit fade146cfb)
Co-authored-by: Duprat <[email protected]>