Skip to content

gh-99300: Use Py_NewRef() in Modules/ directory#99467

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:newref_modules2
Nov 14, 2022
Merged

gh-99300: Use Py_NewRef() in Modules/ directory#99467
vstinner merged 1 commit intopython:mainfrom
vstinner:newref_modules2

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Nov 14, 2022

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

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