Skip to content

Commit f238598

Browse files
committed
Add back comment.
1 parent a555393 commit f238598

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Python/ceval.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4775,6 +4775,10 @@ positional_only_passed_as_keyword(PyThreadState *tstate, PyCodeObject *co,
47754775

47764776
}
47774777

4778+
/* Exception table parsing code.
4779+
* See Objects/exception_table_notes.txt for details.
4780+
*/
4781+
47784782
static inline unsigned char *
47794783
parse_varint(unsigned char *p, int *result) {
47804784
int val = p[0] & 63;

0 commit comments

Comments
 (0)