Skip to content

Commit

Permalink
PEP 756: Remove flags (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 15, 2024
1 parent 981c37c commit 6e8dae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peps/pep-0756.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e8dae0

Please sign in to comment.