Files
cpython/Lib
Victor Stinner 8d3e02ef5a asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on
Python 3.5

- Drop __slots__ optimization of CoroWrapper to be able to set the __qualname__
  attribute.
- Add tests on __name__, __qualname__ and __module__ of a coroutine function
  and coroutine object.
- Fix test_tasks when run in debug mode (PYTHONASYNCIODEBUG env var set) on
  Python 3.3 or 3.4
2014-06-18 01:14:59 +02:00
..
2014-03-20 06:42:31 -07:00
2014-05-17 21:46:35 -07:00
2014-05-16 23:02:25 -04:00
2014-06-14 18:41:13 -07:00
2014-04-10 00:23:18 -04:00
2014-05-17 21:45:01 -07:00
2014-04-03 10:22:10 -04:00
2014-03-09 14:47:58 -07:00
2014-02-28 10:50:34 -05:00
2014-02-23 23:40:16 -05:00