-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Revert "gh-129005: _pyio.BufferedIO remove copy on readall (#129454)" #129500
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
Conversation
…hon#129454)" This reverts commit e1c4ba9.
Ok, let's revert until the issue is understood and fixed. |
Example of failure, PPC64LE Fedora Stable 3.x: https://buildbot.python.org/#/builders/90/builds/5505
|
The test does a lot of writes until it blocks, catches that exception, then does a "readall" from the pipe (to get it so a write shouldn't block) followed by a small write of "BLOCKED" which is expected to never block. That write blocks, which raises an exception and gets the pile of stack traces. As the test exits, Makes it feel to me like either the |
…hon#129454)" (python#129500) This reverts commit e1c4ba9.
This reverts commit e1c4ba9.
This seems to be the commit where bots started failing. Not sure why.
cc: @vstinner