Fix Py_INCREF() statistics in limited C API 3.10 (#96120)
In the limited C API with a debug build, Py_INCREF() is implemented by calling _Py_IncRef() which calls Py_INCREF(). Only call _Py_INCREF_STAT_INC() once.
V
Victor Stinner committed
026ab6f4e50658b798be8d1ccf4f3005966e33ea
Parent: b2714f0
Committed by GitHub <noreply@github.com>
on 8/29/2022, 12:55:46 PM