SIGN IN SIGN UP

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.
V
Victor Stinner committed
45876a90e2663f12b90c2090ec3e48bd97841aae
Parent: 6e619c4
Committed by GitHub <noreply@github.com> on 2/12/2020, 9:32:34 PM