Files
cpython/Objects
Victor Stinner d0880d57b0 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()
2012-04-27 23:40:13 +02:00
..
2012-03-15 15:37:54 -05:00
2012-02-15 02:52:58 +01:00
2012-02-20 22:24:29 -05:00