]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
threading.RLock._acquire_restore() now raises a TypeError instead of a
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Jan 2014 11:47:24 +0000 (12:47 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Jan 2014 11:47:24 +0000 (12:47 +0100)
commite8794526db95b7195a7bfeb273886b6c65afb1a3
treeb7e7b84f81960a866197ebc4a7a08f891c9f84eb
parentf4c68db162faddffbb30d67758c9448f22441880
threading.RLock._acquire_restore() now raises a TypeError instead of a
SystemError when it is not called with 2 arguments
Modules/_threadmodule.c