Skip to content

Commit 736bca4

Browse files
Get rid of type_slots_ptrs and type_slots_pname from _Py_interp_cached_objects
1 parent fc17a68 commit 736bca4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/internal/pycore_interp_structs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,6 @@ struct _Py_interp_cached_objects {
666666

667667
/* object.__reduce__ */
668668
PyObject *objreduce;
669-
PyObject *type_slots_pname;
670-
pytype_slotdef *type_slots_ptrs[MAX_EQUIV];
671669

672670
/* TypeVar and related types */
673671
PyTypeObject *generic_type;

0 commit comments

Comments
 (0)