diff options
author | Victor Stinner <vstinner@python.org> | 2022-08-29 12:55:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 12:55:46 (GMT) |
commit | 026ab6f4e50658b798be8d1ccf4f3005966e33ea (patch) | |
tree | 952596e5be0ec289063034b0825c21f03f0ddcf7 /Python/dynload_win.c | |
parent | b2714f05c5cc8765178f296f0f8043410e3a5584 (diff) | |
download | cpython-026ab6f4e50658b798be8d1ccf4f3005966e33ea.zip cpython-026ab6f4e50658b798be8d1ccf4f3005966e33ea.tar.gz cpython-026ab6f4e50658b798be8d1ccf4f3005966e33ea.tar.bz2 |
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.
Diffstat (limited to 'Python/dynload_win.c')
0 files changed, 0 insertions, 0 deletions