-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults #18640
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults #18640
Conversation
Co-authored-by: Oren Milman <orenmn@gmail.com>
…ntalNewlineDecoder-uninitialized
@ZackerySpytz This has merge conflicts now. |
…18-IncrementalNewlineDecoder-uninitialized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
❯ ./python.bat -m test -R 3:3 test_io
Running Debug|x64 interpreter...
0:00:00 Run tests sequentially
0:00:00 [1/1] test_io
beginning 6 repetitions
123456
......
test_io passed in 2 min 45 sec
== Tests result: SUCCESS ==
1 test OK.
Total duration: 2 min 45 sec
Tests result: SUCCESS
Thanks @ZackerySpytz for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @ZackerySpytz and @kumaraditya303, I had trouble checking out the |
Sorry, @ZackerySpytz and @kumaraditya303, I could not cleanly backport this to |
Thanks @ZackerySpytz for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry @ZackerySpytz and @kumaraditya303, I had trouble checking out the |
GH-99841 is a backport of this pull request to the 3.11 branch. |
python#18640) Co-authored-by: Oren Milman <orenmn@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> (cherry picked from commit 53eef27)
…egfaults (pythonGH-18640) Co-authored-by: Oren Milman <orenmn@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 53eef27) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-99842 is a backport of this pull request to the 3.10 branch. |
…egfaults (pythonGH-18640) Co-authored-by: Oren Milman <orenmn@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 53eef27) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…egfaults (pythonGH-18640) Co-authored-by: Oren Milman <orenmn@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 53eef27) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
#99842) [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) Co-authored-by: Oren Milman <orenmn@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 53eef27) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Oren Milman orenmn@gmail.com
https://bugs.python.org/issue31718