Skip to content

Commit 3efb9ca

Browse files
Rename _PyType_InitSlotDefsNameCounts
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1341ed9 commit 3efb9ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11295,7 +11295,7 @@ update_all_slots(PyTypeObject* type)
1129511295
}
1129611296

1129711297
int
11298-
_PyType_InitSlotDefsNameCounts(PyInterpreterState *interp)
11298+
_PyType_InitSlotDefs(PyInterpreterState *interp)
1129911299
{
1130011300
if (interp != interp->runtime->interpreters.main) {
1130111301
return 0;

0 commit comments

Comments
 (0)