]> granicus.if.org Git - python/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:34:27 +0000 (01:34 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 08:34:27 +0000 (01:34 -0700)
commitad505918a1829e6fa2a48a7665234d60a9377e98
tree5d6d1314baf3721c467f61ba5092da4eef395fc0
parente784f9f1c3fdd2102aae3fc0fe226408ff3a6029
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