diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-29 02:41:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 02:41:12 +0200 |
commit | bd4518c60c9df356cf5e05b81305e3644ebb5e70 (patch) | |
tree | 398e3176f6029b0a6253b0b3ec988982a6046d2c /Python/executor.c | |
parent | 4e356ad183eeb567783f4a87fd092573da1e9252 (diff) | |
download | cpython-bd4518c60c9df356cf5e05b81305e3644ebb5e70.tar.gz cpython-bd4518c60c9df356cf5e05b81305e3644ebb5e70.zip |
gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)
On Windows, multiprocessing Popen.terminate() now catchs
PermissionError and get the process exit code. If the process is
still running, raise again the PermissionError. Otherwise, the
process terminated as expected: store its exit code.
Diffstat (limited to 'Python/executor.c')
0 files changed, 0 insertions, 0 deletions