Skip to content

Commit 87cb192

Browse files
Add a TODO about "_PyCodeConstructor.argcount".
1 parent e10e7da commit 87cb192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_code.h

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ struct _PyCodeConstructor {
9999
/* args (within varnames) */
100100
int argcount;
101101
int posonlyargcount;
102+
// XXX Replace argcount with posorkwargcount (argcount - posonlyargcount).
102103
int kwonlyargcount;
103104

104105
/* needed to create the frame */

0 commit comments

Comments
 (0)