]> 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:09:09 +0000 (12:09 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 25 Sep 2014 16:09:09 +0000 (12:09 -0400)
commit1cfd36fdd789d443a0bfe61ca5799e047331aae8
tree5b2c4ea6e0506c878812143c22dcf5f06ceb59d6
parentbca9acf7ca9106f082601e72b9da7cea6b33b1f0
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