Skip to content

closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. #21569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2020
Merged

closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. #21569

merged 1 commit into from
Jul 29, 2020

Conversation

benjaminp
Copy link
Contributor

@benjaminp benjaminp commented Jul 20, 2020

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.

https://bugs.python.org/issue38156

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
@benjaminp benjaminp merged commit a74eea2 into python:master Jul 29, 2020
@miss-islington
Copy link
Contributor

Thanks @benjaminp for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

@benjaminp benjaminp deleted the fix-myreadline branch July 29, 2020 00:57
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 29, 2020
…thonGH-21569)

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
(cherry picked from commit a74eea2)

Co-authored-by: Benjamin Peterson <[email protected]>
@bedevere-bot
Copy link

GH-21670 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Jul 29, 2020
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 29, 2020
…thonGH-21569)

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
(cherry picked from commit a74eea2)

Co-authored-by: Benjamin Peterson <[email protected]>
@bedevere-bot
Copy link

GH-21671 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Jul 29, 2020
…-21569)

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
(cherry picked from commit a74eea2)

Co-authored-by: Benjamin Peterson <[email protected]>
miss-islington added a commit that referenced this pull request Jul 29, 2020
…-21569)

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
(cherry picked from commit a74eea2)

Co-authored-by: Benjamin Peterson <[email protected]>
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Aug 4, 2020
…thonGH-21569)

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Aug 20, 2020
…thonGH-21569)

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
…thonGH-21569)

This consolidates the handling of my_fgets return values, so that interrupts are always handled, even if they come after EOF.

 I believe PyOS_StdioReadline is still buggy in that I/O errors will not result in a proper Python exception being set. However, that is a separate issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants