mirror of
https://github.com/python/cpython.git
synced 2026-08-15 23:12:07 +08: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