commit | 8c57548f89846389a13c6ea1c7160d95aafa7110 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 05 15:30:42 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 05 15:30:42 2014 +0200 |
tree | 4223575402a183571899dafe548b98d070201b15 | |
parent | e8b59dac125769a8436c8b08271446029353b24c [diff] | |
parent | a9acbe82e7822e555b669139fdd8a7cb7667492c [diff] |
(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.