FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.7] bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) by miss-islington · Pull Request #9256 · python/cpython · GitHub

/ cpython Public

[3.7] bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) - #9256

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-a20b6ad-3.7
Sep 13, 2018
Merged

[3.7] bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)#9256
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-a20b6ad-3.7

Conversation

miss-islington commented Sep 13, 2018
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

bpo-34658: 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
(cherry picked from commit a20b6ad)

Co-authored-by: Gregory P. Smith greg@krypto.org

https://bugs.python.org/issue34658

[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
(cherry picked from commit a20b6ad)

Co-authored-by: Gregory P. Smith <greg@krypto.org>

Copy link
Copy Markdown
Contributor Author

@gpshead: Status check is done, and it's a success ✅ .

2 similar comments

Copy link
Copy Markdown
Contributor Author

@gpshead: Status check is done, and it's a success ✅ .

Copy link
Copy Markdown
Contributor Author

@gpshead: Status check is done, and it's a success ✅ .

miss-islington merged commit b2ff9a9 into python:3.7 Sep 13, 2018
miss-islington deleted the backport-a20b6ad-3.7 branch September 13, 2018 17:11
iritkatriel added a commit to iritkatriel/cpython that referenced this pull request Sep 11, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sprint type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL