Files
cpython/Python
Victor Stinner 89e7cdcb9c Enhance and rewrite traceback dump C functions
Issue #26564:

* Expose _Py_DumpASCII() and _Py_DumpDecimal() in traceback.h
* Change the type of the second _Py_DumpASCII() parameter from int to unsigned
  long
* Rewrite _Py_DumpDecimal() and dump_hexadecimal() to write directly characters
  in the expected order, avoid the need of reversing the string.
* dump_hexadecimal() limits width to the size of the buffer
* _Py_DumpASCII() does nothing if the object is not a Unicode string
* dump_frame() wrtites "???" as the line number if the line number is negative
2016-03-15 21:49:37 +01:00
..
2015-08-24 20:23:27 -07:00
2016-02-25 23:25:14 -08:00
2016-03-02 11:31:06 -05:00
2016-03-14 22:07:55 +01:00
2016-01-26 00:40:57 +01:00
2016-02-20 12:59:36 -08:00
2016-03-14 22:07:55 +01:00
2016-03-14 22:07:55 +01:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-01-26 00:40:57 +01:00
2016-03-14 12:04:26 +01:00

Miscellaneous source files for the main Python shared library