[Python-Dev] PEP 492: async/await in Python; version 4
Koos Zevenhoven
koos.zevenhoven at aalto.fi
Tue May 5 16:15:21 CEST 2015
tds333 <at> gmail.com <tds333 <at> gmail.com> writes:
>
> Hi,
>
> still watching progress here. Read all posts and changes.
>
> Everything improved and I know it is a lot of work. Thx for doing this.
>
> But I still think this PEP goes to far.
>
> [...]
>
> We forget to address the major problems here. How can someone in a
> "sync" script use this async stuff easy. How can async and sync stuff
> cooperate and we don't need to rewrite the world for async stuff.
> How can a normal user access the power of async stuff without rewriting
> all his code. So he can use a simple asyc request library in his code.
> How can a normal user learn and use all this in an easy way.
>
> [...]
Hi Wolfgang,
You may want to see what I just posted on python-ideas. What I wrote about
is related to several things you mention, and might provide a remedy.
-- Koos
More information about the Python-Dev
mailing list