[Python-Dev] PEP 479 and asyncio
Olemis Lang
olemis at gmail.com
Sat Nov 29 17:45:50 CET 2014
On 11/28/14, Guido van Rossum <guido at python.org> wrote:
[...]
>
> @Olemis: You never showed examples of how your code would be used, so it's
> hard to understand what you're trying to do and how PEP 479 affects you.
>
The intention is not to restart the debate . PEP is approved , it's
done ... but ...
<comment>
as a side-effect beware of the consequences that it is a fact that
performance will be degraded (under certain circumstances) due to
either a chain of (SI = StopIteration)
raise SI => except SI: return => raise SI => ...
... or a few other similar cases which I will not describe for the
sake of not repeating myself and being brief .
</comment>
--
Regards,
Olemis - @olemislc
Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
More information about the Python-Dev
mailing list