mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
068d570be8
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 <yduprat@gmail.com>