gh-119182: Add PyUnicodeWriter_WriteUCS4() function by vstinner · Pull Request #120849 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.1k
Comments
Merged
gh-119182: Add PyUnicodeWriter_WriteUCS4() function#120849
vstinner merged 7 commits intopython:mainfrom
gh-119182: Add PyUnicodeWriter_WriteUCS4() function#120849
vstinner merged 7 commits intopython:mainfrom
Conversation
bedevere-app
bot
mentioned this pull request
bedevere-app
bot
added
the
awaiting core review
label
vstinner
force-pushed
the
writer_ucs4
branch
from
169d423 to
fc7173a
Compare
vstinner
force-pushed
the
writer_ucs4
branch
from
fc7173a to
d6d0203
Compare
Copy link
Member Author
vstinner
commented
Jun 21, 2024
vstinner commented
Jun 21, 2024
Doc/c-api/unicode.rst
Outdated
Show resolved
Hide resolved
Doc/c-api/unicode.rst Outdated Show resolved Hide resolved
vstinner added 4 commits
June 24, 2024 14:32
Lib/test/test_capi/test_unicode.py
Outdated
Show resolved
Hide resolved
Lib/test/test_capi/test_unicode.py Outdated Show resolved Hide resolved
vstinner added 2 commits
June 24, 2024 15:13serhiy-storchaka approved these changes Jun 24, 2024
Copy link
Member
serhiy-storchaka
left a comment
serhiy-storchaka
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
bedevere-app
bot
added
awaiting merge
and removed
awaiting core review
labels
vstinner
merged commit
2e15785
into
python:main
vstinner
deleted the
writer_ucs4
branch
bedevere-app
bot
removed
the
awaiting merge
label
Copy link
Member Author
vstinner
commented
Jun 24, 2024
vstinner commented
Jun 24, 2024Merged, thanks for the review @serhiy-storchaka.
mrahtz pushed a commit to mrahtz/cpython that referenced this pull request
Jun 30, 2024noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request
Jul 11, 2024estyxx pushed a commit to estyxx/cpython that referenced this pull request
Jul 17, 2024This 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