]> granicus.if.org Git - python/commit
Issue #25318: Move _PyBytesWriter to bytesobject.c
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Oct 2015 23:53:21 +0000 (01:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Oct 2015 23:53:21 +0000 (01:53 +0200)
commit0016507c168fa942d7856bdef371cd8d494b140b
tree9c59b7f6718664c947cfc8d84508333fb9a8096d
parente7bf86cd7d7c9a3924501875a08c4ef4a0063103
Issue #25318: Move _PyBytesWriter to bytesobject.c

Declare also the private API in bytesobject.h.
Include/bytesobject.h
Objects/bytesobject.c
Objects/unicodeobject.c