• Rudi Chen's avatar
    Add function to register nonheap root objects. · 477c2090
    Rudi Chen authored
    Those should never exist because all Python objects should be created
    through the CPython API except for type objects. Unfortunately, some
    places like NumPy do that so we need a mean of patching it for now.
    477c2090
Python.h 4.39 KB