]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
authorVictor Stinner <vstinner@python.org>
Wed, 12 Feb 2020 22:54:31 +0000 (23:54 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 22:54:31 +0000 (23:54 +0100)
commit98921aeaf5879b51e2dd1870c9285cfa8d1a52c7
treef801d5336066bb127256276b626a62842cd96011
parente9e7d284c434768333fdfb53a3663eae74cb995a
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)

Add Include/cpython/bytearrayobject.h and
Include/cpython/bytesobject.h header files.

Move CPython C API from Include/bytesobject.h into a new
Include/cpython/bytesobject.h header file which is included by
Include/bytesobject.h. Do a similar change for
Include/bytearrayobject.h.
Include/bytearrayobject.h
Include/bytesobject.h
Include/cpython/bytearrayobject.h [new file with mode: 0644]
Include/cpython/bytesobject.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters