mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Issue #13577: various kinds of descriptors now have a __qualname__ attribute.
Patch by sbt.
This commit is contained in:
parent
16e6a80923
commit
9d57481f04
4 changed files with 74 additions and 4 deletions
|
|
@ -42,6 +42,7 @@ typedef struct {
|
|||
PyObject_HEAD
|
||||
PyTypeObject *d_type;
|
||||
PyObject *d_name;
|
||||
PyObject *d_qualname;
|
||||
} PyDescrObject;
|
||||
|
||||
#define PyDescr_COMMON PyDescrObject d_common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue