Files
cpython/Include
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
..
2011-10-15 16:38:20 +02:00
2011-09-28 07:41:54 +02:00
2012-04-11 12:46:24 +02:00
2012-04-15 15:12:37 +01:00