Skip to content

gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c#99465

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

gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c#99465
vstinner merged 1 commit intopython:mainfrom
vstinner:newref_datetime

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 14, 2022

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in Modules/_datetimemodule.c and Modules/_zoneinfo.c

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in Modules/_datetimemodule.c and Modules/_zoneinfo.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants