summaryrefslogtreecommitdiffstats
path: root/Doc/library/grp.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-12-14 11:58:52 (GMT)
committerGitHub <noreply@github.com>2018-12-14 11:58:52 (GMT)
commit7acd50ad8b2a4fe132f7b26980ed3cd209b7ea12 (patch)
tree2a08755864f9da7648ba66f58ecebd081f966f98 /Doc/library/grp.rst
parentcb0f5e29e37c081e9bba91a9858370e2504e9e8e (diff)
downloadcpython-7acd50ad8b2a4fe132f7b26980ed3cd209b7ea12.zip
cpython-7acd50ad8b2a4fe132f7b26980ed3cd209b7ea12.tar.gz
cpython-7acd50ad8b2a4fe132f7b26980ed3cd209b7ea12.tar.bz2
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
* Add the pid and parent pid to multiprocessing.BaseProcess.__repr__(). * Add negative sign (ex: "-SIGTERM") to exitcode (process killed by a signal) * Only call _popen.poll() once. Example: <ForkProcess(ForkPoolWorker-1, started daemon)> becomes: <ForkProcess name='ForkPoolWorker-1' pid=12449 parent=12448 started daemon> Example: <ForkProcess(ForkPoolWorker-1, stopped[SIGTERM] daemon)> becomes: <ForkProcess name='ForkPoolWorker-1' pid=12960 parent=12959 stopped exitcode=-SIGTERM daemon>
Diffstat (limited to 'Doc/library/grp.rst')
0 files changed, 0 insertions, 0 deletions