diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-24 21:45:23 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-24 21:45:23 (GMT) |
commit | 762f8d1bf2dcbab7ddc0231efc297caef1818c64 (patch) | |
tree | d827af87cef0a1dae8cac2e7d07c2276e76daa0c /Misc | |
parent | c2824d41c32c3be5f100acdb1ff9f71ba7336b60 (diff) | |
download | cpython-762f8d1bf2dcbab7ddc0231efc297caef1818c64.zip cpython-762f8d1bf2dcbab7ddc0231efc297caef1818c64.tar.gz cpython-762f8d1bf2dcbab7ddc0231efc297caef1818c64.tar.bz2 |
Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ Core and Builtins Library ------- -- Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the +- Issue #11005: threading.RLock()._release_save() raises a RuntimeError if the lock was not acquired. - Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor |