mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
This commit is contained in:
parent
5f52d20a93
commit
7bbb9b57e6
7 changed files with 135 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue