Skip to content

Commit 8abe9aa

Browse files
Update misc_ops.c
1 parent 20fcc0e commit 8abe9aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mypyc/lib-rt/misc_ops.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,9 @@ int CPyStatics_Initialize(PyObject **statics,
751751
if (obj == NULL) {
752752
return -1;
753753
}
754-
#if CPY_3_14_FEATURES
755-
CPy_SetImmortal(obj);
756-
#endif
754+
//#if CPY_3_14_FEATURES
755+
// CPy_SetImmortal(obj);
756+
//#endif
757757
for (int i = 0; i < num_items; i++) {
758758
PyObject *item = statics[*frozensets++];
759759
#if CPY_3_14_FEATURES

0 commit comments

Comments
 (0)