]> granicus.if.org Git - python/commit
Issue #25318: cleanup code _PyBytesWriter
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Oct 2015 01:38:24 +0000 (03:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Oct 2015 01:38:24 +0000 (03:38 +0200)
commitb3653a34580684d210daed5cbb8a676c4d7a33fd
tree7fded22fcdf13645a0753d334d498a96c1e66b67
parent3fa36ff5e4991550e31cc7ab55dc3a2165c2ffa3
Issue #25318: cleanup code _PyBytesWriter

Rename "stack buffer" to "small buffer".

Add also an assertion in _PyBytesWriter_GetPos().
Include/bytesobject.h
Objects/bytesobject.c