Skip to content

Commit 3fafc1b

Browse files
authored
Improve comment for co_nlocalsplus (#126993)
1 parent 78a530a commit 3fafc1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Include/cpython/code.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ typedef struct {
131131
\
132132
/* redundant values (derived from co_localsplusnames and \
133133
co_localspluskinds) */ \
134-
int co_nlocalsplus; /* number of local + cell + free variables */ \
134+
int co_nlocalsplus; /* number of spaces for holding local, cell, \
135+
and free variables */ \
135136
int co_framesize; /* Size of frame in words */ \
136137
int co_nlocals; /* number of local variables */ \
137138
int co_ncellvars; /* total number of cell variables */ \

0 commit comments

Comments
 (0)