Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-131357: Add some extra tests for empty bytes and bytearray#134458
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-131357: Add some extra tests for empty bytes and bytearray#134458
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
7309eb6
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@sergey-miryanov for the PR, and@vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ythonGH-134458)(cherry picked from commit7309eb6)Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
GH-134489 is a backport of this pull request to the3.14 branch. |
…ythonGH-134458)(cherry picked from commit7309eb6)Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
GH-134490 is a backport of this pull request to the3.13 branch. |
Merged. Thank you. |
Uh oh!
There was an error while loading.Please reload this page.
Tests for
PyBytes_FromObject
,PyBytes_Repr
andPyBytes_DecodeEscape
capi
tests #131357