Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-119182: Use public PyUnicodeWriter in _json.c#129249
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Replace the private _PyUnicodeWriter API with the publicPyUnicodeWriter API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Have a plan for_PyUnicodeWriter_IsEmpty
?
My plan is to leave it in Also, the function can be removed and replaced with an |
6e63c47
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Replace the private _PyUnicodeWriter API with the public PyUnicodeWriter API.