blob: ddb11b5c3546a1cbb11137accc6e8ad4e7a2a9ae (
plain)
1
2
3
4
5
|
On Windows, multiprocessing ``Popen.terminate()`` now catchs
:exc:`PermissionError` and get the process exit code. If the process is
still running, raise again the :exc:`PermissionError`. Otherwise, the
process terminated as expected: store its exit code. Patch by Victor
Stinner.
|