zuban crashes when checking this fuzzed code: ```python from collections.abc import Callable class C: def __new__(a: Callable[[], None]): pass ``` ``` thread 'main' has overflowed its stack fatal runtime error: stack overflow, aborting ``` ### Version info 39635088ab