mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Improve comment for co_nlocalsplus (#126993)
This commit is contained in:
parent
78a530a578
commit
3fafc1bd83
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ typedef struct {
|
|||
\
|
||||
/* redundant values (derived from co_localsplusnames and \
|
||||
co_localspluskinds) */ \
|
||||
int co_nlocalsplus; /* number of local + cell + free variables */ \
|
||||
int co_nlocalsplus; /* number of spaces for holding local, cell, \
|
||||
and free variables */ \
|
||||
int co_framesize; /* Size of frame in words */ \
|
||||
int co_nlocals; /* number of local variables */ \
|
||||
int co_ncellvars; /* total number of cell variables */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue