]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jun 2019 08:28:43 +0000 (01:28 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 08:28:43 +0000 (01:28 -0700)
commit351b0e793e35510e8cbbcbb455a1b9544e808cdd
tree07768052945be620db0a891dbede0c2a9150171f
parentb101fa7783615051a89500e488708b955eac94c5
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)

(cherry picked from commit c5905f39bcf4ef895d42eede41bb5a2f071a501d)

Co-authored-by: Joost Lek <vlabakje@gmail.com>
Lib/_dummy_thread.py
Lib/test/test_dummy_thread.py