Skip to content

gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c - #99441

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:newref_asyncio
Nov 13, 2022
Merged

gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c#99441
vstinner merged 1 commit into
python:mainfrom
vstinner:newref_asyncio

Conversation

@vstinner

@vstinnervstinner commented Nov 13, 2022

Copy link
Copy Markdown
Member

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

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

@gpsheadgpshead left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@vstinner
vstinner merged commit 1455c51 into python:mainNov 13, 2022
@vstinner
vstinner deleted the newref_asyncio branch November 13, 2022 23:31
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.

3 participants

@vstinner@gpshead@bedevere-bot