]> granicus.if.org Git - python/commit
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 25 Sep 2014 16:07:56 +0000 (12:07 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 25 Sep 2014 16:07:56 +0000 (12:07 -0400)
commit592ada9b4b08ad57037e365b9c462d71c96e4453
treeabe659c0d56cf1446fb2a0eaa3a557f3a55c6e40
parent8c0e0ab767f0d6f8395d8c317b08977563b70d41
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.

Patch by Joshua Moore-Oliva.
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS