PEP 756: Remove flags (#3964)
This commit is contained in:
parent
981c37c4bd
commit
6e8dae04af
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue