Skip to content

Commit a4030a9

Browse files
Update specialize.c
1 parent a12c0e1 commit a4030a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ specialize_dict_access_hint(
644644
SPECIALIZATION_FAIL(base_op, SPEC_FAIL_ATTR_SPLIT_DICT);
645645
return 0;
646646
}
647-
#ifdef PY_GIL_DISABLED
647+
#ifdef Py_GIL_DISABLED
648648
PyObject *value;
649649
Py_ssize_t index = _PyDict_LookupIndexAndValue(dict, name, &value);
650650
if (value != NULL && PyLazyImport_CheckExact(value)) {

0 commit comments

Comments
 (0)