]> granicus.if.org Git - python/commit
Issue #12040: Expose a new attribute `sentinel` on instances of
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 Jun 2011 17:35:31 +0000 (19:35 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 Jun 2011 17:35:31 +0000 (19:35 +0200)
commit176f07dadf80c27348486fdd8017fabbb30da842
treed489214386a5a7d5efec5d157be5783554c6cec2
parentf068ab830448ea9f78ee0dfbb29c12211d1b6aee
Issue #12040: Expose a new attribute `sentinel` on instances of
:class:`multiprocessing.Process`.  Also, fix Process.join() to not use
polling anymore, when given a timeout.
Doc/library/multiprocessing.rst
Lib/multiprocessing/forking.py
Lib/multiprocessing/process.py
Lib/multiprocessing/util.py
Lib/test/test_multiprocessing.py
Misc/NEWS