bpo-24234: fix bytes.__bytes__ to not truncate at a zero byte#27902
Conversation
|
🤖 New build scheduled with the buildbot fleet by @mdickinson for commit 72ea593 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
corona10
left a comment
There was a problem hiding this comment.
@mdickinson Thank you for quick fix 👍
LGTM
|
The s390x buildbot is reporting:
|
|
@mdickinson Other Refleak tests doesn't report the issue :( |
|
I'll merge anyway - this change is obviously needed. The Arch Linux buildbot failure looks unrelated, and has been happening for a while. We can keep an eye on the s390x buildbot for a while to see if the test_typing refleak is persistent. |
There have been 9 runs of that buildbot since; none of them have reproduced that same test_typing leak, so I think we can be reasonably confident that it wasn't caused by this PR. |
Fixes buildbot failures introduced in GH-27901.
https://bugs.python.org/issue24234