We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a530a commit 3fafc1bCopy full SHA for 3fafc1b
Include/cpython/code.h
@@ -131,7 +131,8 @@ typedef struct {
131
\
132
/* redundant values (derived from co_localsplusnames and \
133
co_localspluskinds) */ \
134
- int co_nlocalsplus; /* number of local + cell + free variables */ \
+ int co_nlocalsplus; /* number of spaces for holding local, cell, \
135
+ and free variables */ \
136
int co_framesize; /* Size of frame in words */ \
137
int co_nlocals; /* number of local variables */ \
138
int co_ncellvars; /* total number of cell variables */ \
0 commit comments