diff options
author | Suren Nihalani <SurenNihalani@users.noreply.github.com> | 2017-11-07 17:35:23 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2017-11-07 17:35:23 (GMT) |
commit | c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6 (patch) | |
tree | 4455d4c210b88adb94001cb96333e2d5fe62a1a2 /Misc | |
parent | c060c7e3d1000f867f6c54f54ebbc49e0c6d6b38 (diff) | |
download | cpython-c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6.zip cpython-c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6.tar.gz cpython-c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6.tar.bz2 |
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-06-04-35-31.bpo-31620.gksLA1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-06-04-35-31.bpo-31620.gksLA1.rst b/Misc/NEWS.d/next/Library/2017-10-06-04-35-31.bpo-31620.gksLA1.rst new file mode 100644 index 0000000..7874bef --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-06-04-35-31.bpo-31620.gksLA1.rst @@ -0,0 +1,2 @@ +an empty asyncio.Queue now doesn't leak memory when queue.get pollers +timeout |