Eryk Sun <eryk...@gmail.com> added the comment:

If a multiprocessing Process gets terminated by any means other than its 
terminate() method, it won't get this special TERMINATE (0x10000) exit code 
that allows the object to pretend the exit status is POSIX -SIGTERM. In 
general, the exit code will be 1. IMO, Process.terminate should be consistent 
with typical exit code of 1 and thus consistent with Popen.terminate. However, 
I'm adding Davin and Antoine to the nosy list in case they disagree -- before 
you go to the trouble of creating a PR.

----------
nosy: +davin, pitrou
versions: +Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31863>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to