]> granicus.if.org Git - python/commit
Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 24 Apr 2011 21:41:33 +0000 (23:41 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 24 Apr 2011 21:41:33 +0000 (23:41 +0200)
commitc2824d41c32c3be5f100acdb1ff9f71ba7336b60
treeecc2204a2c49dbbb3eba73212218fbf244b725a9
parenta82aa55b5e5448f93fd1827d97752e19877db077
Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
lock was not acquired.
Lib/test/lock_tests.py
Lib/threading.py
Misc/NEWS
Modules/_threadmodule.c