-
- Downloads
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in test C files of the Modules/ directory.
Showing
- Modules/_testbuffer.c 5 additions, 10 deletionsModules/_testbuffer.c
- Modules/_testcapi/vectorcall.c 3 additions, 6 deletionsModules/_testcapi/vectorcall.c
- Modules/_testcapimodule.c 28 additions, 56 deletionsModules/_testcapimodule.c
- Modules/_testinternalcapi.c 1 addition, 2 deletionsModules/_testinternalcapi.c
- Modules/_testmultiphase.c 3 additions, 6 deletionsModules/_testmultiphase.c
- Modules/testcapi_long.h 1 addition, 2 deletionsModules/testcapi_long.h
Loading
Please register or sign in to comment