You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// To use preserve_none in JIT builds, we need to declare a separate function pointer with __attribute__((preserve_none)) since this attribute is not supported in < clang 19.
2
-
// This is functionally the same as jit_func_native from Include/internal/pycore_jit.h except that it has __attribute__((preserve_none)).
1
+
// To use preserve_none in JIT builds, we need to declare a separate function
2
+
// pointer with __attribute__((preserve_none)), since this attribute may not be
3
+
// supported by the compiler used to build the rest of the interpreter.
0 commit comments