]> granicus.if.org Git - python/commit
Add _PyBytesWriter_Resize() function
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 11:56:47 +0000 (13:56 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 11:56:47 +0000 (13:56 +0200)
commitc5c3ba4becf98b37b4dd92333c144b0d95faef03
tree95332f9937875df7b6131eca1554f2cb3ea655b7
parent3c50ce39bfe0b5b905432b195c5bb1cf939f4273
Add _PyBytesWriter_Resize() function

This function gives a control to the buffer size without using min_size.
Include/bytesobject.h
Objects/bytesobject.c