From 6e8dae04afbc5923ef1356af864da4c12105b72b Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 15 Sep 2024 14:35:22 +0200 Subject: [PATCH] PEP 756: Remove flags (#3964) --- peps/pep-0756.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/peps/pep-0756.rst b/peps/pep-0756.rst index 68942a04a..7782a5974 100644 --- a/peps/pep-0756.rst +++ b/peps/pep-0756.rst @@ -81,7 +81,6 @@ Add the following API to the limited C API version 3.14:: int32_t PyUnicode_Export( PyObject *unicode, int32_t requested_formats, - int32_t flags, Py_buffer *view); PyObject* PyUnicode_Import( const void *data,