Files
cpython/Lib/test
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-04-13 22:31:42 -04:00
2014-02-28 15:43:36 +01:00
2014-03-09 14:47:58 -07:00
2014-06-16 23:16:31 -07:00
2014-03-01 19:14:48 -05:00
2014-03-01 10:34:22 -05:00
2014-03-12 15:07:22 -05:00
2014-03-31 13:50:34 -04:00