Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Port _bisect extension module to multiphase initialization(PEP 489)
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/python/cpython/blob/master/Modules/_bisectmodule.c#L9
This looks fine to me, but should be reviewed by someone who understands whether this makes any sense. AFAICT there is no real world benefit to making the change. I do not understand PEP 489 as requiring that every exten
Py_Finalize() doesn't clear all Python objects at exit #44470