Thanks to visit codestin.com Credit goes to github.com
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 003663d commit a403d7dCopy full SHA for a403d7d
1 file changed
Include/opcode.h
@@ -144,7 +144,7 @@ PERFORMANCE OF THIS SOFTWARE.
144
#define BUILD_SLICE 133 /* Number of items */
145
146
/* The next 3 opcodes must be contiguous and satisfy
147
- (CALL_FUNCTION_STAR - CALL_FUNCTION) & 3 == 1 */
+ (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
148
#define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
149
#define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */
150
#define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */
0 commit comments