mirror of
https://github.com/python/cpython.git
synced 2026-07-18 07:57:09 -04:00
744c34e2ea
* 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