Disable GC during hacked calls to PyType_Ready() that simulate a heap type for...
Disable GC during hacked calls to PyType_Ready() that simulate a heap type for an actual non-heap type, because it can lead to crashes if GC visits such a hacked type. Closes https://github.com/cython/cython/issues/3603
Showing
Please register or sign in to comment