Skip to content

gh-119182: Use public PyUnicodeWriter in wrap_strftime() - #129206

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:wrap_strftime_writer
Jan 23, 2025
Merged

gh-119182: Use public PyUnicodeWriter in wrap_strftime()#129206
vstinner merged 1 commit into
python:mainfrom
vstinner:wrap_strftime_writer

Conversation

@vstinner

@vstinnervstinner commented Jan 22, 2025

Copy link
Copy Markdown
Member

Replace the private _PyUnicodeWriter API with the public
PyUnicodeWriter API.
@vstinner
vstinnerforce-pushed the wrap_strftime_writer branch from 64435b6 to 908e846CompareJanuary 22, 2025 23:47
@vstinner
vstinner merged commit 327a257 into python:mainJan 23, 2025
@vstinner
vstinner deleted the wrap_strftime_writer branch January 23, 2025 00:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner