]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
authorVictor Stinner <vstinner@python.org>
Wed, 12 Feb 2020 21:32:34 +0000 (22:32 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 21:32:34 +0000 (22:32 +0100)
commit45876a90e2663f12b90c2090ec3e48bd97841aae
treeece53599591dd1bdcbdf1fe0dfe507c77da4b664
parent6e619c48b8e804ece9521453fc8da0640a04d5b1
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)

Move the bytes_methods.h header file to the internal C API as
pycore_bytes_methods.h: it only contains private symbols (prefixed by
"_Py"), except of the PyDoc_STRVAR_shared() macro.
Include/internal/pycore_bytes_methods.h [moved from Include/bytes_methods.h with 97% similarity]
Makefile.pre.in
Misc/NEWS.d/next/C API/2020-02-12-21-38-49.bpo-35081.5tj1yC.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/bytesobject.c
Objects/stringlib/ctype.h
Objects/unicodeobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters