]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
authorJosé Melero Fernández <jmelerofernandez@gmail.com>
Thu, 25 Jan 2018 23:45:43 +0000 (23:45 +0000)
committerYury Selivanov <yury@magic.io>
Thu, 25 Jan 2018 23:45:43 +0000 (18:45 -0500)
commitc47dacb69054f6fe1c2465df585985430f7fe366
tree2c61c4eb401c8cdd863ef1db16efbba246a223ed
parentc9070d03f5169ad6e171e641b7fa8feab18bf229
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_queues.py
Misc/NEWS.d/next/Library/2018-01-16-20-37-28.bpo-32574.ru8eZ9.rst [new file with mode: 0644]