]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23484: Document differences between synchronization primitives of
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 21 Sep 2015 03:52:11 +0000 (06:52 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 21 Sep 2015 03:52:11 +0000 (06:52 +0300)
commit33ffc055c883065dfbfdf944698e77a2e5778110
tree1430e5cc9ab2e8f677185b3bfdd40139141f5dda
parent8e5bc9899522c9550e343039c207044f2c2f7c5f
parent64c8befaeda633c54fe4093cdc8ec4ebf974f849
Issue #23484: Document differences between synchronization primitives of
threading and multiprocessing modules.

In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.

This commit also improves documentation of Lock and RLock.

Patch by Davin Potts.
Doc/library/multiprocessing.rst