Skip to content

Commit a8f5416

Browse files
committed
Address code review
1 parent 4b499e9 commit a8f5416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/arraymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,7 @@ static PyType_Slot array_slots[] = {
31603160
{Py_tp_methods, array_methods},
31613161
{Py_tp_members, array_members},
31623162
{Py_tp_getset, array_getsets},
3163-
{Py_tp_alloc, PyType_GenericAlloc},
3163+
{Py_tp_alloc, _PyType_AllocNoTrack},
31643164
{Py_tp_new, array_new},
31653165
{Py_tp_traverse, _PyObject_VisitType},
31663166

0 commit comments

Comments
 (0)