2014-02-25 20:33 GMT+01:00 Guido van Rossum <[email protected]>: >> What can be done to simplify merges from Tulip into Trollius: >> >> - create also asyncio.coroutines in Tulip >> - replace "unittest.mock" with "mock" in all unit tests >> - add also the COPYING file? > > All three of these sound fine.
Here is a patch moving code to a new asyncio.coroutines module: https://codereview.appspot.com/68940045 It moves also the private _DEBUG variable. This variable is no documented since I added the new PYTHONASYNCIODEBUG environment variable. I don't think that moving private variables break backward compatibility. Victor
