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 _locale extension module to multiphase initialization (PEP 489)
There was an error while loading. Please reload this page.
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/_hashopenssl.c#L55
Do we need add a global macros of get_state? I found some other extension modules use local macro do this behavior too. such as: https://github.com/python/cpython/blob/master/Modules/_hashopenssl.c#L55
Merge branch 'bpo_1635741_9' of
https://github.com/shihai1991/cpython
locale extension module add clean slots
Add back assertion in get_locale_state
Py_Finalize() doesn't clear all Python objects at exit #44470