[3.7] bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by miss-islington · Pull Request #11532 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.7from
Jan 12, 2019Merged
Conversation
Copy link Copy Markdown
Contributor
Add also tests for PyUnicode_FromFormat() and PyBytes_FromFormat()
with empty result.
(cherry picked from commit 44cc482)
Co-authored-by: Serhiy Storchaka storchaka@gmail.com
) Add also tests for PyUnicode_FromFormat() and PyBytes_FromFormat() with empty result. (cherry picked from commit 44cc482) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
serhiy-storchaka approved these changes Jan 12, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jan 12, 2019
miss-islington commented
Jan 12, 2019@serhiy-storchaka: Status check is done, and it's a success ✅ .
miss-islington
merged commit
d39c192
into
python:3.7
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-44cc482-3.7
branch
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jan 12, 2019
miss-islington commented
Jan 12, 2019@serhiy-storchaka: Status check is done, and it's a success ✅ .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment