PEP 756: Remove flags (#3964)

This commit is contained in:
Victor Stinner 2024-09-15 14:35:22 +02:00 committed by GitHub
parent 981c37c4bd
commit 6e8dae04af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ Add the following API to the limited C API version 3.14::
int32_t PyUnicode_Export( int32_t PyUnicode_Export(
PyObject *unicode, PyObject *unicode,
int32_t requested_formats, int32_t requested_formats,
int32_t flags,
Py_buffer *view); Py_buffer *view);
PyObject* PyUnicode_Import( PyObject* PyUnicode_Import(
const void *data, const void *data,