Re: [Python-Dev] feature request: inspect.isgenerator

2006年6月06日 06:17:43 -0700

Phillip J. Eby <pje <at> telecommunity.com> writes:
> I think the whole concept of inspecting for this is broken. *Any* 
> function can return a generator-iterator. A generator function is just a 
> function that happens to always return one.
> In other words, the confusion is in the idea of introspecting for this in 
> the first place, not that generator functions are of FunctionType. The 
> best way to avoid the confusion is to avoid thinking that you can 
> distinguish one type of function from another without explicit guidance 
> from the function's author.
Nolo contendere.
I am convinced and I am taking back my feature request.
 Michele Simionato
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to