commit | 0f3e6bca1b7478027843fe6181f6b12f4c1514ed | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 19 23:15:02 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 19 23:15:02 2014 +0100 |
tree | 0f997927e36175ab273d42bb947d4eee8001fc46 | |
parent | ff385b89f40cfdfb6ceab41acfa89fa8594318f6 [diff] |
asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since Python startup, to be able to debug coroutines defined directly in the asyncio module.