• Kevin Modzelewski's avatar
    Recursion-depth-checking fixes · 3e10ff4d
    Kevin Modzelewski authored
    We weren't properly reducing the stack depth when yielding from a generator,
    meaning that the recursion depth was effectively decreased by the number
    of active generators.
    3e10ff4d
objmodel.cpp 294 KB