Home
last modified time | relevance | path

Searched refs:remove_done_callback (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py176 fut.remove_done_callback(lambda f: None)
623 f.remove_done_callback(cb1)
624 f.remove_done_callback(cb1)
646 f.remove_done_callback(cb1)
647 f.remove_done_callback(cb2)
648 f.remove_done_callback(cb1)
670 f.remove_done_callback(cb3)
671 f.remove_done_callback(cb3)
721 self.assertEqual(f.remove_done_callback(cb2), 1)
724 self.assertEqual(f.remove_done_callback(cb3), 0)
[all …]
/external/python/cpython3/Lib/asyncio/
Dtasks.py411 fut.remove_done_callback(cb)
418 fut.remove_done_callback(cb)
463 f.remove_done_callback(_on_completion)
484 fut.remove_done_callback(cb)
516 f.remove_done_callback(_on_completion)
Dfutures.py212 def remove_done_callback(self, fn): member in Future
Dbase_events.py580 future.remove_done_callback(_run_until_complete_cb)
/external/python/cpython3/Doc/library/
Dasyncio-future.rst159 .. method:: remove_done_callback(callback)
Dasyncio-task.rst790 .. method:: remove_done_callback(callback)
796 See the documentation of :meth:`Future.remove_done_callback`
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst241 Fix out of bound iteration in asyncio.Future.remove_done_callback
D3.6.3rc1.rst589 Fix out of bounds write in `asyncio.CFuture.remove_done_callback()`.
D3.7.0a1.rst2165 Fix out of bounds write in `asyncio.CFuture.remove_done_callback()`.
3311 Fix out of bound iteration in asyncio.Future.remove_done_callback