]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
authorGregory P. Smith <greg@krypto.org>
Thu, 13 Sep 2018 11:30:10 +0000 (04:30 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Sep 2018 11:30:10 +0000 (04:30 -0700)
commita20b6adb5a5880fd22c099961eb9f9787739cefe
tree1946531ecfecf943be0413495289e3ba431cfe30
parent1abba455d1e703b7050c0d183e40c6a9d45798c5
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)

[bpo-34658](https://www.bugs.python.org/issue34658): Fix a rare interpreter unhandled exception state SystemError only
seen when using subprocess with a preexec_fn while an after_parent handler has
been registered with os.register_at_fork and the fork system call fails.

https://bugs.python.org/issue34658
Misc/NEWS.d/next/Library/2018-09-13-03-59-43.bpo-34658.ykZ-ia.rst [new file with mode: 0644]
Modules/_posixsubprocess.c