]> granicus.if.org Git - python/commit
Optimize str%arg for number formats: %i, %d, %u, %x, %p
authorVictor Stinner <vstinner@wyplay.com>
Wed, 22 Feb 2012 12:55:02 +0000 (13:55 +0100)
committerVictor Stinner <vstinner@wyplay.com>
Wed, 22 Feb 2012 12:55:02 +0000 (13:55 +0100)
commitc516610f0bfae66c941c901e17bc29fb338a21e8
tree7ca3f734189deb4b41988bb1d4ec5630665fb6ca
parent99d7ad0bb0b38eb979a0442705e5c9efcd55e8e0
Optimize str%arg for number formats: %i, %d, %u, %x, %p

Write a specialized function to write an ASCII/latin1 C char* string into a
Python Unicode string.
Objects/unicodeobject.c