]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
authorpulkin <gpulkin@gmail.com>
Wed, 23 Apr 2025 06:55:24 +0000 (08:55 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 06:55:24 +0000 (23:55 -0700)
commit77605fa3bb4e380d5448665f70d73c8d3fcc2e75
treeef374aeac9c98c0a651a98586af943cebb3f322b
parent862fd890361005598a6f4614ea0608c8447831c2
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)

* multiprocessing: interrupt

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/multiprocessing.rst
Doc/whatsnew/3.14.rst
Lib/multiprocessing/popen_fork.py
Lib/multiprocessing/process.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2025-04-12-19-42-51.gh-issue-131913.twOx7K.rst [new file with mode: 0644]