This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients Yury.Selivanov, belopolsky, eryksun, methane, ncoghlan, serhiy.storchaka, vstinner, xiang.zhang, yselivanov
Date 2017-04-12.09:31:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491989511.93.0.0170703770214.issue29178@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, Tornado 4.5b switched buffer implementation from deque-of-bytes
to bytearray like asyncio.  I sent PR for fixing "unreleased memoryview".
https://github.com/tornadoweb/tornado/pull/2008

This is common pitfall when implementing buffer.
History
Date User Action Args
2017-04-12 09:31:52methanesetrecipients: + methane, ncoghlan, belopolsky, vstinner, Yury.Selivanov, serhiy.storchaka, yselivanov, eryksun, xiang.zhang
2017-04-12 09:31:51methanesetmessageid: <1491989511.93.0.0170703770214.issue29178@psf.upfronthosting.co.za>
2017-04-12 09:31:51methanelinkissue29178 messages
2017-04-12 09:31:51methanecreate