]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add use_bytearray attribute to _PyBytesWriter
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 07:41:48 +0000 (09:41 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 07:41:48 +0000 (09:41 +0200)
commit661aaccf9def380540cc1d440761159a414094d1
tree4dde0b83f77253d3a46b0dd8bf1d5f144e48fb58
parent199c9a6f4bf6ff6fe04c4c4ca17c24bc258079f7
Add use_bytearray attribute to _PyBytesWriter

Issue #25399: Add a new use_bytearray attribute to _PyBytesWriter to use a
bytearray buffer, instead of using a bytes object.
Include/bytesobject.h
Objects/bytesobject.c