From: Guido van Rossum Date: Tue, 23 Aug 2016 16:39:26 +0000 (-0700) Subject: In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self... X-Git-Tag: v3.6.0b1~584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f06c7b6f377692b82f2da449cb7e9460f474f434;p=thirdparty%2FPython%2Fcpython.git In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. (Merge 3.5->3.6) --- f06c7b6f377692b82f2da449cb7e9460f474f434