]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
authorEric Smith <eric@trueblade.com>
Fri, 30 May 2008 18:10:04 +0000 (18:10 +0000)
committerEric Smith <eric@trueblade.com>
Fri, 30 May 2008 18:10:04 +0000 (18:10 +0000)
commitdc13b79a384691ed966f760a58d73a1b835e7d6b
tree40aa36feea2e0ee23f41801a8959990914e3fc71
parent30fadc17990baf4005081d2cdcb8d3adc9c45a7a
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
15 files changed:
Include/bytesobject.h
Include/floatobject.h
Include/formatter_string.h [deleted file]
Include/formatter_unicode.h [deleted file]
Include/intobject.h
Include/longobject.h
Include/unicodeobject.h
Objects/bytesobject.c
Objects/floatobject.c
Objects/intobject.c
Objects/longobject.c
Objects/stringlib/formatter.h
Objects/unicodeobject.c
Python/formatter_string.c
Python/formatter_unicode.c