mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
* Replace PyUnicode_RPartition() with PyUnicode_FindChar() and
PyUnicode_Substring() to avoid the creation of a temporary tuple.
* Use PyUnicode_FromFormat() to build a string and avoid the single_dot ('.')
singleton
Thanks Serhiy Storchaka for your review.
Miscellaneous source files for the main Python shared library