8000 bpo-26564: fix obsolete comment in traceback.c (GH-23819) · python/cpython@cecbaa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cecbaa3

Browse files
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
(cherry picked from commit 40125ab) Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
1 parent 829272e commit cecbaa3

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
@@ -623,7 +623,8 @@ PyTraceBack_Print(PyObject *v, PyObject *f)
623623
return err;
624624
}
625625

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

0 commit comments

Comments
 (0)
0