GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources
Tin mới
gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804)
gh-130931: Add pycore_typedefs.h internal header (#131396)
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Fix typos in comments (#120188)
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
gh-107211: No longer export internal functions (5) (#108423)
gh-107211: No longer export internal functions (4) (#107217)
gh-107211: No longer export internal functions (1) (#107213)
gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fatal (gh-102657)
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
gh-87347: Add parenthesis around macro arguments (#93915)
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
bpo-45582: Port getpath[p].c to Python (GH-29041)
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
bpo-42260: Compute the path config in the main init (GH-23211)
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570)
bpo-38353: Cleanup includes in the internal C API (GH-16548)
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
bpo-38304: Add PyConfig.struct_size (GH-16451)
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
bpo-36763: Implement the PEP 587 (GH-13592)