]> granicus.if.org Git - python/commit
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jun 2019 10:17:42 +0000 (03:17 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2019 10:17:42 +0000 (03:17 -0700)
commit87a865ec15fa899a1f12be81f41a4c5e649a2833
tree91038dee97da4a3a57cb7202172e0cbd974e00f0
parentf2054d956529606a08adfd6de133103276c49f7e
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)

https://bugs.python.org/issue34767
(cherry picked from commit 9aa78566fbeeb8cdaa669ad22f92cf63765f4135)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/asyncio/locks.py
Misc/NEWS.d/next/Library/2019-06-04-23-44-52.bpo-34767.BpDShN.rst [new file with mode: 0644]