• Victor Stinner's avatar
    Cleanup import.c · 744c34e2
    Victor Stinner yazdı
    * 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.
    744c34e2
import.c 60.3 KB