@@ -451,11 +453,6 @@ space.call_function(space.w_StopIteration, w_value)) -@specialize.memo() -def get_generator_exit(space): - return OperationError(space.w_GeneratorExit, - space.call_function(space.w_GeneratorExit)) - def gen_close_iter(space, w_yf): # This helper function is used by close() and throw() to # close a subiterator being delegated to by yield-from.