diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-04-27 21:40:13 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-04-27 21:40:13 (GMT) |
commit | d0880d57b053179a8dd91f2b6fbcb5b5ddf56a1d (patch) | |
tree | 1c9262ace671960cd9353ff6fac2addf0c17abf8 /Lib/imghdr.py | |
parent | 19b409a3410605380c9fdcb2e35511c9dff53fa6 (diff) | |
download | cpython-d0880d57b053179a8dd91f2b6fbcb5b5ddf56a1d.zip cpython-d0880d57b053179a8dd91f2b6fbcb5b5ddf56a1d.tar.gz cpython-d0880d57b053179a8dd91f2b6fbcb5b5ddf56a1d.tar.bz2 |
Simplify and optimize formatlong()
* Remove _PyBytes_FormatLong(): inline it into formatlong()
* the input type is always a long, so remove the code for bool
* don't duplicate the string if the length does not change
* Use PyUnicode_DATA() instead of _PyUnicode_AsString()
Diffstat (limited to 'Lib/imghdr.py')
0 files changed, 0 insertions, 0 deletions