Files
cpython/Lib/asyncio
Victor Stinner a9acbe82e7 Closes #21886, #21447: Fix a race condition in asyncio when setting the result
of a Future with call_soon(). Add an helper, a private method, to set the
result only if the future was not cancelled.
2014-07-05 15:29:41 +02:00
..
2013-10-17 15:39:45 -07:00
2014-02-18 22:27:48 -05:00