Skip to content

Commit c0c6600

Browse files
remove pure from _POP_CALL_TWO_LOAD_CONST_INLINE_BORROW
1 parent ae08b79 commit c0c6600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Include/internal/pycore_uop_metadata.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5342,7 +5342,7 @@ dummy_func(
53425342
value = PyStackRef_FromPyObjectImmortal(ptr);
53435343
}
53445344

5345-
tier2 pure op(_POP_CALL_TWO_LOAD_CONST_INLINE_BORROW, (ptr/4, callable, null, pop1, pop2 -- value)) {
5345+
tier2 op(_POP_CALL_TWO_LOAD_CONST_INLINE_BORROW, (ptr/4, callable, null, pop1, pop2 -- value)) {
53465346
PyStackRef_CLOSE(pop2);
53475347
PyStackRef_CLOSE(pop1);
53485348
(void)null; // Silence compiler warnings about unused variables

0 commit comments

Comments
 (0)