]> granicus.if.org Git - python/commit
Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 6 Oct 2012 21:48:20 +0000 (23:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 6 Oct 2012 21:48:20 +0000 (23:48 +0200)
commit15a1136547d1d5c4d5323f3213f5fa36f17d7e9d
tree93440f481ca8a6af9c180675386658620f3bda4d
parentff5a848db585a90e55c5e21c0f3b739c402bb760
Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer
on the heap to format numbers.
Lib/test/test_unicode.py
Objects/unicodeobject.c