]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Closes #21886, #21447: Fix a race condition in asyncio when setting
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Jul 2014 13:30:42 +0000 (15:30 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Jul 2014 13:30:42 +0000 (15:30 +0200)
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.


Trivial merge