summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pybuffer.h
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2024-04-24 16:18:24 (GMT)
committerGitHub <noreply@github.com>2024-04-24 16:18:24 (GMT)
commit03e3e317231d67557191ee067cb7f192f3d4d092 (patch)
tree613288cb7be97b91ef960d68dcccd2ac741d451c /Include/internal/pycore_pybuffer.h
parentaf3c1d817d3f8369f8003965d967332a3a721a25 (diff)
downloadcpython-03e3e317231d67557191ee067cb7f192f3d4d092.zip
cpython-03e3e317231d67557191ee067cb7f192f3d4d092.tar.gz
cpython-03e3e317231d67557191ee067cb7f192f3d4d092.tar.bz2
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
Diffstat (limited to 'Include/internal/pycore_pybuffer.h')
-rw-r--r--Include/internal/pycore_pybuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_pybuffer.h b/Include/internal/pycore_pybuffer.h
index 3cbc290..9439d2b 100644
--- a/Include/internal/pycore_pybuffer.h
+++ b/Include/internal/pycore_pybuffer.h
@@ -9,7 +9,7 @@ extern "C" {
#endif
-// Exported for the _xxinterpchannels module.
+// Exported for the _interpchannels module.
PyAPI_FUNC(int) _PyBuffer_ReleaseInInterpreter(
PyInterpreterState *interp, Py_buffer *view);
PyAPI_FUNC(int) _PyBuffer_ReleaseInInterpreterAndRawFree(