Generator objects compiled with Nuitka return None for their gi_frame attribute, whereas CPython returns a valid frame object. This causes errors when accessing f_locals on the frame. This issue ...