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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-95005: Replace PyAccu with PyUnicodeWriter #95006
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
PyAccu was still being used in only two places: the JSON encoder and StringIO. Replace PyAccu with PyUnicodeWriter and remove PyAccu completely.
PyAccu was still being used in only two places: the JSON encoder and StringIO. Replace PyAccu with PyUnicodeWriter and remove PyAccu completely.
Which test? |
|
buildbot/AMD64 Debian seems to have a broken compiler or hardware error. The compiler crashed the last time and now it gets SIGBUS while compiling |
|
I ran |
I sent a mail to the machine owner, seems unrelated to this PR. |
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
PyAccu was still being used in only two places: the JSON encoder and StringIO.
Replace PyAccu with PyUnicodeWriter and remove PyAccu completely.