]> git.ipfire.org Git - thirdparty/tornado.git/commit
iostream: Remove _read_buffer_pos attribute 3179/head
authorBen Darnell <ben@bendarnell.com>
Fri, 26 Aug 2022 17:19:43 +0000 (13:19 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 26 Aug 2022 17:19:43 +0000 (13:19 -0400)
commitee703fae8a2b00d86d00e74e1739773442d948e0
tree6b6f3bbaf77d4bd9f8293d34941b1cd6161eec26
parent75f2fedb37a49762c131cc70822148616e44b568
iostream: Remove _read_buffer_pos attribute

Since PR #3087, this attribute is always zero (except for temporary
usage in _consume) and can be removed.
tornado/iostream.py