Skip to content

Commit 6cc0241

Browse files
committed
#if not #ifdef
1 parent d342864 commit 6cc0241

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ dummy_func(
294294
* marshalling can intern strings and make them immortal. */
295295
PyObject *obj = GETITEM(FRAME_CO_CONSTS, oparg);
296296
value = PyStackRef_FromPyObjectNew(obj);
297-
#ifdef ENABLE_SPECIALIZATION
297+
#if ENABLE_SPECIALIZATION
298298
if (this_instr->op.code == LOAD_CONST) {
299299
this_instr->op.code = _Py_IsImmortal(obj) ? LOAD_CONST_IMMORTAL : LOAD_CONST_MORTAL;
300300
}

Python/generated_cases.c.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.

0 commit comments

Comments
 (0)