]> granicus.if.org Git - python/commit
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)
authorZackery Spytz <zspytz@gmail.com>
Wed, 5 Jun 2019 09:33:27 +0000 (03:33 -0600)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jun 2019 09:33:26 +0000 (02:33 -0700)
commit9aa78566fbeeb8cdaa669ad22f92cf63765f4135
tree55e1d3225f335ca1dea38cd9780f965f063cb2fd
parentd4cf099dff4720a25208b5fa247dc16d86b11ac3
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)

https://bugs.python.org/issue34767
Lib/asyncio/locks.py
Misc/NEWS.d/next/Library/2019-06-04-23-44-52.bpo-34767.BpDShN.rst [new file with mode: 0644]