Stefan Behnel added the comment:

> should inspect.isgenerator() be changed?

Replying to myself, one thing that speaks against this approach is that 
"inspect" also has the functions "getgeneratorlocals()" and 
"getgeneratorstate()", which depend on "gen.gi_frame". Cython could emulate 
that, but normal user code usually can't. It's definitely not part of the 
Generator protocol but an implementation detail of GeneratorType.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24018>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to