-
- Downloads
gh-99300: Use Py_NewRef() in Modules/_ctypes/ (#99436)
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in C files of the Modules/_ctypes/ directory.
Showing
- Modules/_ctypes/_ctypes.c 45 additions, 90 deletionsModules/_ctypes/_ctypes.c
- Modules/_ctypes/callbacks.c 3 additions, 6 deletionsModules/_ctypes/callbacks.c
- Modules/_ctypes/callproc.c 6 additions, 12 deletionsModules/_ctypes/callproc.c
- Modules/_ctypes/cfield.c 7 additions, 14 deletionsModules/_ctypes/cfield.c
- Modules/_ctypes/stgdict.c 1 addition, 2 deletionsModules/_ctypes/stgdict.c
Loading
Please register or sign in to comment