Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a comment so the non-obvious work around doesn't get housecleaned.
  • Loading branch information
devendor committed Oct 1, 2018
commit 1fabfcda692f9979e99caed6f4ef95da5cd66508
1 change: 1 addition & 0 deletions msgpack/fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def feed(self, next_bytes):
self._buff_i -= self._buf_checkpoint
self._buf_checkpoint = 0

# Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython
self._buffer.extend(view)

def _consume(self):
Expand Down