]> granicus.if.org Git - python/commit
(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)
commit8c57548f89846389a13c6ea1c7160d95aafa7110
tree4223575402a183571899dafe548b98d070201b15
parente8b59dac125769a8436c8b08271446029353b24c
parenta9acbe82e7822e555b669139fdd8a7cb7667492c
(Merge 3.4) 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.