Am 07.01.2014 17:18, schrieb Victor Stinner:
2014/1/7 Tobias Oberstein <[email protected]>:
Hi Victor,

I've added support for Trollius in Autobahn 0.7.3

https://github.com/tavendo/AutobahnPython#python-support

Great! Do you have specific code for Trollius? If yes, where is it please?

Nope, no specific code.

What I did is change the Autobahn/asyncio integration code to purely rely on futures and callbacks, getting rid of "yield from" altogether.

See the changes to the first file here:

https://github.com/tavendo/AutobahnPython/commit/88289ca520a3b5c60115bf661a795342c965802f#diff-9d48c45d53c0d55b48dfecddaf2434d5


I plan to support Python 2.6, there is a work-in-progress branch for this.

Cool!

/Tobias


Victor


Reply via email to