commit | 176f07dadf80c27348486fdd8017fabbb30da842 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jun 06 19:35:31 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jun 06 19:35:31 2011 +0200 |
tree | d489214386a5a7d5efec5d157be5783554c6cec2 | |
parent | f068ab830448ea9f78ee0dfbb29c12211d1b6aee [diff] |
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.