Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd0ef67

Browse filesBrowse files
committed
Add/update dummies to quiet VS Code
1 parent 6837214 commit bd0ef67
Copy full SHA for bd0ef67

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎Python/bytecodes.c

Copy file name to clipboardExpand all lines: Python/bytecodes.c
+3-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.