mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
remove reference to CALL_FUNCTION_STAR in comment
This commit is contained in:
parent
003663d783
commit
a403d7d390
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define BUILD_SLICE 133 /* Number of items */
|
||||
|
||||
/* The next 3 opcodes must be contiguous and satisfy
|
||||
(CALL_FUNCTION_STAR - CALL_FUNCTION) & 3 == 1 */
|
||||
(CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
|
||||
#define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
|
||||
#define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */
|
||||
#define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue