Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Nov 13, 2022

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.
Copy link
Member

@gpsheadgpshead left a comment

Choose a reason for hiding this comment

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

nice!

@vstinnervstinner merged commit 1455c51 into python:mainNov 13, 2022
@vstinnervstinner 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