]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18916: Update thread module docstrings
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 2 May 2016 09:25:35 +0000 (12:25 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 2 May 2016 09:25:35 +0000 (12:25 +0300)
commit720e65541cc288f4015021ffeb4c03b1f0937895
treeb31483b9bb7b2c8985b838f2e9aa6f4dc7b653c5
parentdf071730bb043aa417d355e62c0f11bda30379f3
Issue #18916: Update thread module docstrings

* Fix acquire() signature
* Remove outdated help(LockType) reference
* Replace PyThread_allocate_lock() with threading.Lock()

Patch by Christopher Welborn.
Modules/_threadmodule.c