gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)

This commit is contained in:
Victor Stinner 2024-03-14 23:23:00 +01:00 committed by GitHub
parent 5f52d20a93
commit 7bbb9b57e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 135 additions and 2 deletions

View file

@ -150,6 +150,8 @@ extern PyTypeObject _PyBufferWrapper_Type;
PyAPI_FUNC(PyObject*) _PySuper_Lookup(PyTypeObject *su_type, PyObject *su_obj,
PyObject *name, int *meth_found);
extern PyObject* _PyType_GetFullyQualifiedName(PyTypeObject *type, char sep);
#ifdef __cplusplus
}