Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e28be5 commit fb7a025Copy full SHA for fb7a025
1 file changed
Include/internal/pycore_typeobject.h
@@ -44,6 +44,8 @@ struct type_cache {
44
45
typedef struct {
46
PyTypeObject *type;
47
+ // XXX tp_dict, tp_bases, and tp_mro can probably be statically
48
+ // allocated, instead of dynamically and stored on the interpreter.
49
PyObject *tp_dict;
50
PyObject *tp_bases;
51
PyObject *tp_mro;
0 commit comments