summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-09-28-18-53-11.gh-issue-110036.fECxTj.rst
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.