]> git.ipfire.org Git - thirdparty/tornado.git/commit
Don't keep any reference to memoryviews (#2173)
authorAntoine Pitrou <pitrou@free.fr>
Sun, 22 Oct 2017 14:02:14 +0000 (16:02 +0200)
committerBen Darnell <ben@bendarnell.com>
Sun, 22 Oct 2017 14:02:14 +0000 (10:02 -0400)
commitfa3409179588536f2f743d16e537f6f9827fa92f
treef884f6f9c5fa169dcc9a5d2f745b5e4d7a2934fc
parent648b3e9f7c6abe718fd5cd95fc55834efdcfa020
Don't keep any reference to memoryviews (#2173)

See https://github.com/tornadoweb/tornado/pull/2008 for reasons
why this might be necessary.
tornado/iostream.py