Deprecate the private functions :c:func:`!_PyType_Lookup` and :c:func:`!_PyType_LookupRef`: use the new public :c:func:`PyType_Lookup` function instead. Patch by Victor Stinner.
Deprecate the private functions :c:func:`!_PyType_Lookup` and :c:func:`!_PyType_LookupRef`: use the new public :c:func:`PyType_Lookup` function instead. Patch by Victor Stinner.