We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a386bf commit ac034a0Copy full SHA for ac034a0
Include/internal/pycore_optimizer.h
@@ -258,7 +258,7 @@ PyJitRef_Borrow(JitOptRef ref)
258
return (JitOptRef){ .bits = ref.bits | Py_TAG_REFCNT };
259
}
260
261
-static const JitOptRef PyJitRef_NULL = { .bits = PyStackRef_NULL_BITS };
+static const JitOptRef PyJitRef_NULL = (JitOptRef){.bits = PyStackRef_NULL.bits};
262
263
static inline bool
264
PyJitRef_IsNull(JitOptRef ref)
0 commit comments