-
- Downloads
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in C files of the Objects/ directory.
Showing
- Objects/longobject.c 20 additions, 31 deletionsObjects/longobject.c
- Objects/rangeobject.c 17 additions, 34 deletionsObjects/rangeobject.c
- Objects/tupleobject.c 15 additions, 30 deletionsObjects/tupleobject.c
- Objects/typeobject.c 35 additions, 67 deletionsObjects/typeobject.c
- Objects/unicodeobject.c 13 additions, 26 deletionsObjects/unicodeobject.c
Loading
Please register or sign in to comment