{{ message }}
bpo-26228: pty.spawn hangs on FreeBSD, OS X, and Solaris#4167
Closed
diekmann wants to merge 7 commits into
Closed
Conversation
vadmium
reviewed
Oct 29, 2017
vadmium
reviewed
Nov 25, 2017
vadmium
left a comment
Member
There was a problem hiding this comment.
I can’t see anything seriously wrong with 005dc23, although I think it would be better to test the API (pty.spawn), without depending on the internals (_copy, select, etc) if possible.
Sorry, something went wrong.
Contributor
Author
|
Yes, blackbox tests for the API (pty.spawn) would be nice. But at the moment, they could not be merged in isolation because they would fail on FreeBSD.
|
Sorry, something went wrong.
* Linux -> Unix * More details about the behavior of spawn
Thanks to vadmium for catching this error twice. https://bugs.python.org/review/29070/diff/19699/Lib/pty.py#newcode170
ambv
added a commit
to ambv/cpython
that referenced
this pull request
Aug 13, 2021
Co-authored-by: Cornelius Diekmann <c.diekmann@googlemail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Aug 13, 2021
…ythonGH-27754) Co-authored-by: Cornelius Diekmann <c.diekmann@googlemail.com> (cherry picked from commit dd8eb30) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv
added a commit
that referenced
this pull request
Aug 13, 2021
miss-islington
added a commit
that referenced
this pull request
Aug 13, 2021
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
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
issue26228 as github PR.
This PR contains:
According to the bpo discussion, this fixes
pty.spawn()on FreeBSD, OS X, and Solaris.https://bugs.python.org/issue26228