gh-106084: Remove _PyObject_HasLen() function (#106103)
Remove _PyObject_HasLen() and _PySequence_IterSearch() functions from the public C API: move them to the internal C API (pycore_abstract.h). No longer export these symbols (in libpython). Remove also unused pycore_initconfig.h include in typeobject.c.
V
Victor Stinner committed
6200aaf2967de420a2d83236008787c9f791561d
Parent: c075a19
Committed by GitHub <noreply@github.com>
on 6/26/2023, 1:02:43 PM