cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-99300: Use Py_NewRef() in Objects/ directory

Open vstinner opened this issue 1 year ago • 0 comments

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in C files of the Objects/ directory.

  • Issue: gh-99300

vstinner avatar Nov 10 '22 15:11 vstinner