Rename BYTEARRAY to BYTEARRAY8 (#625)
This commit is contained in:
parent
1a3e52e197
commit
91279babfc
|
@ -274,7 +274,7 @@ Protocol changes
|
||||||
|
|
||||||
Three new opcodes are introduced:
|
Three new opcodes are introduced:
|
||||||
|
|
||||||
* ``BYTEARRAY`` creates a bytearray from the data following it in the pickle
|
* ``BYTEARRAY8`` creates a bytearray from the data following it in the pickle
|
||||||
stream and pushes it on the stack (just like ``BINBYTES8`` does for bytes
|
stream and pushes it on the stack (just like ``BINBYTES8`` does for bytes
|
||||||
objects);
|
objects);
|
||||||
* ``NEXT_BUFFER`` fetches a buffer from the ``buffers`` iterable and pushes
|
* ``NEXT_BUFFER`` fetches a buffer from the ``buffers`` iterable and pushes
|
||||||
|
|
Loading…
Reference in New Issue