-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-1635741: Port _asyncio extension module to multiphase initialization(PEP 489) #18032
Conversation
Should multiphase support |
From pep 489: Looks I overlooked the detail. |
My question is not about the exact PEP number but the correctness. |
I'm not available this week, so just a quick comment based on a superficial reading of this PEP: @shihai1991, PEPs 3121 and 489 are historical documents from 2007 and 2013. Any additional information should go in the Python documentation. @asvetlov You are right. Also, with multiphase init, multiple module objects can be created from the same extension code. That can cause problems, especially if any of the |
@encukou thanks for the clarification. |
+1. |
@encukou thanks for your comment, petr. PEP is fine to me now and I need spend much time to understand all the historical iterations of extension module's loading ;) |
I close this PR temporarily because it's depend on much future work. |
you are welcome |
https://bugs.python.org/issue1635741