You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should allow yield def to enforce that the function is a generator and support PEP 479 on all versions (not just those which support from __future__ import generator_stop, which is the current behavior).