summaryrefslogtreecommitdiffstats
path: root/Modules/_io
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2024-07-25 15:31:30 (GMT)
committerGitHub <noreply@github.com>2024-07-25 15:31:30 (GMT)
commitaef95eb107fef9355c66461612aedd31265f8c21 (patch)
tree7399a629ee2ac518d93eb8763f71856b21b52cc9 /Modules/_io
parent2e14a52cced9834ed5f7e0665a08055de554360f (diff)
downloadcpython-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.c1
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()