2013/12/20 Marc Schlaich <[email protected]>: > You should re-create the repository by forking > https://code.google.com/p/tulip/. It looks like all changes to the stdlib > are synced back, so it would be much easier to backport future changes of > asyncio.
I created the project by copying files from CPython, so I lost all the history and it is not possible to merge branches. tulip_v2 diverged from Tulip. yield-from is replaced with yield, which implies many subtle differences. I don't know yet how tulip_v2 will track updates from Python 3.4 or Tulip. I will maybe recreate the repository later. Right now I prefer to focus on fixing bugs and trying to use tulip_v2 (in OpenStack). Victor
