]> granicus.if.org Git - python/commit
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
authorGuido van Rossum <guido@python.org>
Sun, 27 Apr 2014 17:44:22 +0000 (10:44 -0700)
committerGuido van Rossum <guido@python.org>
Sun, 27 Apr 2014 17:44:22 +0000 (10:44 -0700)
commit94ba146d11869288ab3def8c7426b3b36701416a
tree40e5d7317ea6ff177ffc99e62a13c6034ef8b45c
parent83c1ddda469e7a99f11afc7d6758b3d80ad9aa3b
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
Lib/asyncio/events.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_tasks.py