Skip to content

Commit 40125ab

Browse files
authored
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
1 parent ba760f3 commit 40125ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/traceback.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,8 @@ PyTraceBack_Print(PyObject *v, PyObject *f)
622622
return err;
623623
}
624624

625-
/* Reverse a string. For example, "abcd" becomes "dcba".
625+
/* Format an integer in range [0; 0xffffffff] to decimal and write it
626+
into the file fd.
626627
627628
This function is signal safe. */
628629

0 commit comments

Comments
 (0)