mirror of
https://github.com/python/cpython.git
synced 2026-07-21 17:37:15 -04:00
efa7a0e155
Use aslo PyUnicode_FromFormat() to format the line so only one call to PyFile_WriteObject() is needed. tb_displayline() of Python/traceback.c has similar implementation.