8000 Add/update dummies to quiet VS Code · python/cpython@841f086 · GitHub
[go: up one dir, main page]

Skip to content

Commit 841f086

Browse files
committed
Add/update dummies to quiet VS Code
1 parent 7a40a8c commit 841f086

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Python/bytecodes.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@ static PyObject *value, *value1, *value2, *left, *right, *res, *sum, *prod, *sub
8383
static PyObject *container, *start, *stop, *v, *lhs, *rhs;
8484
static PyObject *list, *tuple, *dict, *owner;
8585
static PyObject *exit_func, *lasti, *val, *retval, *obj, *iter;
86+
static PyObject *aiter, *awaitable, *iterable, *w, *exc_value, *bc;
87+
static PyObject *orig, *excs, *update, *b, *fromlist, *level, *from;
8688
static size_t jump;
8789
// Dummy variables for cache effects
88-
static _Py_CODEUNIT when_to_jump_mask, invert, counter, index, hint;
90+
static uint16_t when_to_jump_mask, invert, counter, index, hint;
8991
static uint32_t type_version;
9092
// Dummy opcode names for 'op' opcodes
9193
#define _COMPARE_OP_FLOAT 1003

0 commit comments

Comments
 (0)
0