mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
gh-102213: Revert "gh-102213: Optimize the performance of __getattr__
(GH-102248)" (GH-103332)
This reverts commit aa0a73d1bc
.
This commit is contained in:
parent
efb0a2cf3a
commit
059bb04245
3 changed files with 3 additions and 13 deletions
|
@ -375,7 +375,6 @@ extern void _PyObject_FreeInstanceAttributes(PyObject *obj);
|
|||
extern int _PyObject_IsInstanceDictEmpty(PyObject *);
|
||||
extern int _PyType_HasSubclasses(PyTypeObject *);
|
||||
extern PyObject* _PyType_GetSubclasses(PyTypeObject *);
|
||||
extern PyObject* _PyObject_GenericTryGetAttr(PyObject *, PyObject *);
|
||||
|
||||
// Access macro to the members which are floating "behind" the object
|
||||
static inline PyMemberDef* _PyHeapType_GET_MEMBERS(PyHeapTypeObject *etype) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue