Skip to content

GH-90699: Remove _Py_IDENTIFIER usage from _asyncio module - #99010

Merged
JelleZijlstra merged 1 commit into
python:mainfrom
kumaraditya303:asyncio
Nov 2, 2022
Merged

GH-90699: Remove _Py_IDENTIFIER usage from _asyncio module#99010
JelleZijlstra merged 1 commit into
python:mainfrom
kumaraditya303:asyncio

Conversation

@kumaraditya303

@kumaraditya303kumaraditya303 commented Nov 2, 2022

Copy link
Copy Markdown
Contributor

Automerge-Triggered-By: GH:ericsnowcurrently

@ericsnowcurrentlyericsnowcurrently 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.

LGTM

@gvanrossumgvanrossum 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.

Interesting. I guess this makes it easier to convert this code to two-phase init?

@ericsnowcurrently

Copy link
Copy Markdown
Member

Yep. Also, we're trying to get rid of _Py_IDENTIFIER().

Sign up for freeto 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.

5 participants

@kumaraditya303@ericsnowcurrently@gvanrossum@JelleZijlstra@bedevere-bot