| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@hugovk: Hi, can I have an exception to add this late feature into Python 3.14 after the feature freeze? It was decided late but it comes with the PyUnicodeWriter which was just added to Python 3.14. This change fix also a performance regression compared to Python 3.13: Using the public PyUnicodeWriter C API made the json module slower.
|
Sorry, something went wrong.
|
I used git push --force to remove this change from the PR and the commit message: Unrelated change to please the linter: remove an unused import in test_ctypes. |
Sorry, something went wrong.
|
This is okay for 3.14. |
Sorry, something went wrong.
| On success, return ``0``. | ||
| On error, set an exception, leave the writer unchanged, and return ``-1``. | ||
|
|
||
| .. versionadded:: next |
There was a problem hiding this comment.
This will need updating in main to 3.14.
Sorry, something went wrong.
|
Follow-up:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Replace most PyUnicodeWriter_WriteUTF8() calls with PyUnicodeWriter_WriteASCII().
(cherry picked from commit f49a07b)
📚 Documentation preview 📚: https://cpython-previews--134974.org.readthedocs.build/