]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix multiprocessing.event to match the new threading.Event API
authorJesse Noller <jnoller@gmail.com>
Wed, 1 Apr 2009 03:45:50 +0000 (03:45 +0000)
committerJesse Noller <jnoller@gmail.com>
Wed, 1 Apr 2009 03:45:50 +0000 (03:45 +0000)
commit02cb0eb231fc01e2a50cbe14f6da7a8df52959ef
tree48835ed26dd10e33babaf8bbde4f770b898ca0fd
parenta83da3507f6f6075cce143cb118d3ddb23df981c
Fix multiprocessing.event to match the new threading.Event API
Doc/library/multiprocessing.rst
Lib/multiprocessing/synchronize.py
Lib/test/test_multiprocessing.py