• Kevin Modzelewski's avatar
    We're failing some tests in CI due to recursion depth issues · 7747b4b2
    Kevin Modzelewski authored
    Which are quite hard to reproduce because they depend on the details
    of the C stack.
    
    Anyway, we should probably start using the recursion-depth-tracking functions
    in more place, rather than getting segfaults.  There are a lot of CPython tests
    that test for recursion-depth-checking.
    7747b4b2
types.h 53.5 KB