diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2024-07-25 15:31:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 15:31:30 (GMT) |
commit | aef95eb107fef9355c66461612aedd31265f8c21 (patch) | |
tree | 7399a629ee2ac518d93eb8763f71856b21b52cc9 /Modules/_io | |
parent | 2e14a52cced9834ed5f7e0665a08055de554360f (diff) | |
download | cpython-aef95eb107fef9355c66461612aedd31265f8c21.zip cpython-aef95eb107fef9355c66461612aedd31265f8c21.tar.gz cpython-aef95eb107fef9355c66461612aedd31265f8c21.tar.bz2 |
gh-121489: Export private _PyBytes_Join() again (#122267)
Diffstat (limited to 'Modules/_io')
-rw-r--r-- | Modules/_io/bufferedio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_io/bufferedio.c b/Modules/_io/bufferedio.c index aa52711..e45323c 100644 --- a/Modules/_io/bufferedio.c +++ b/Modules/_io/bufferedio.c @@ -8,7 +8,6 @@ */ #include "Python.h" -#include "pycore_bytesobject.h" // _PyBytes_Join() #include "pycore_call.h" // _PyObject_CallNoArgs() #include "pycore_object.h" // _PyObject_GC_UNTRACK() #include "pycore_pyerrors.h" // _Py_FatalErrorFormat() |