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
bpo-28254: Add a C-API for controlling the state of the garbage colle…
bpo-28254: Improve markup and add a What's New entry.
Apply suggestions from code review
bpo-28254: Return the previous GC state from the Enable/Disable funct…
Update Modules/_testcapimodule.c
Update Modules/_testcapimodule.c
Update Modules/_testcapimodule.c
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
bpo-28254: Move new functions to a better place (not cutting into the…
Remove an incorrect part of a comment: PyGC_Collect() actually does n…
bpo-28254: Add documentation for the PyGC_*() functions.
bpo-28254: Add new PyGC_*() functions to the stable ABI list.
bpo-28254: Apply suggestions from doc review.
Apply suggestions from doc review
Add a word on how PyGC_Collect() and gc.collect() differ.
https://github.com/python/cpython/pull/25719/checks?check_run_id=2466874649
FYI, this has broken CI Example: https://github.com/python/cpython/pull/25719/checks?check_run_id=2466874649 Proposed fix: #25716