New submission from Yury Selivanov <[email protected]>: As per PEP 479, in Python 3.7 it should be a RuntimeError when a StopIteration exception is raised manually in a generator, a coroutine, or an async generator.
---------- assignee: yselivanov components: Interpreter Core messages: 310712 nosy: gvanrossum, ncoghlan, ned.deily, yselivanov priority: release blocker severity: normal status: open title: Enforce PEP 479—StopIteration and generators—in Python 3.7 by default type: enhancement versions: Python 3.7 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32670> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
