From: Victor Stinner Date: Tue, 17 Jun 2014 23:15:27 +0000 (+0200) Subject: (Merge 3.4) asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine X-Git-Tag: v3.5.0a1~1443^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c82a4d897f56511727ba2244e2da8189e0924784;p=python (Merge 3.4) 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 --- c82a4d897f56511727ba2244e2da8189e0924784