[issue24237] PEP 479: missing DeprecationWarning when generator_stop is not used

Yury Selivanov report at bugs.python.org
Thu May 21 05:59:14 CEST 2015


Yury Selivanov added the comment:

Had to regenerate the patch. Fixed some typos + now I use PyErr_WriteUnraisable if PyErr_WarnFormat returns non-zero.

And yeah, PendingDeprecationWarning is a better choice.

----------
Added file: http://bugs.python.org/file39444/gen_stop_warn.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24237>
_______________________________________


More information about the Python-bugs-list mailing list