Skip to content

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

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

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

Conversation

@vstinner

@vstinnervstinner commented Nov 14, 2022

Copy link
Copy Markdown
Member

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot