Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) | Victor Stinner | 2017-07-26 | 1 | -2/+8 |
| | | | | | | | multiprocessing.Process.is_alive() now removes the process from the _children set if the process completed. The change prevents leaking "dangling" processes. (cherry picked from commit 2db64823c20538a6cfc6033661fab5711d2d4585) | ||||
* | [2.7] Clear potential ref cycle between Process and Process target (GH-2470) ↵ | Antoine Pitrou | 2017-06-28 | 1 | -0/+3 |
| | | | | | | | | | | | (#2473) * Clear potential ref cycle between Process and Process target Besides Process.join() not being called, this was an indirect cause of bpo-30775. The threading module already does this. * Add issue reference. (cherry picked from commit 79d37ae979a65ada0b2ac820279ccc3b1cd41ba6) | ||||
* | Issue #28998: More APIs now support longs as well as ints. | Serhiy Storchaka | 2016-12-27 | 1 | -3/+3 |
| | |||||
* | Fix handling of SystemExit and exit code. Patch by Brodie Rao. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Issue #13854: Properly handle non-integer, non-string arg to SystemExit | Richard Oudkerk | 2012-06-06 | 1 | -3/+3 |
| | | | | | Previously multiprocessing only expected int or str. It also wrongly used an exit code of 1 when the argument was a string instead of zero. | ||||
* | Merged revisions 87225 via svnmerge from | R. David Murray | 2010-12-14 | 1 | -1/+27 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........ | ||||
* | #7805: wait until all workers are started before collecting their PIDs | Florent Xicluna | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | allow Process name to be unicode #7571 | Benjamin Peterson | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes ↵ | Jesse Noller | 2009-06-30 | 1 | -1/+2 |
| | | | | in processes | ||||
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -20/+19 |
| | | | | and convert them to properties. Update the docs and the examples included. | ||||
* | remove bytes alias in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -5/+0 |
| | |||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -302/+302 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -6/+6 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+302 |