Add a new PyUnicode_Fill() function
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 Jan 2012 23:33:50 +0000 (00:33 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 Jan 2012 23:33:50 +0000 (00:33 +0100)
commit3fe553160c785f76ca908500a7531fceb2176203
tree92adb3edbe5e192bc48bf8b69a4c234f4d1f27b6
parent332503db07ab5f8c2dea301a7ec9b8f7d4f1152f
Add a new PyUnicode_Fill() function

It is faster than the unicode_fill() function which was implemented in
formatter_unicode.c.
Doc/c-api/unicode.rst
Include/unicodeobject.h
Objects/unicodeobject.c
Python/formatter_unicode.c