Tin mới
ericsnowcurrently:consolidate-pyreftotal-usage
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
Move _Py_RefTotal to PyInterpreterState #102304
Add _Py_NewReferenceNoTotal().
Add _Py_IncRefTotal() and _Py_DecRefTotal().
Move the API declaration to pycore_object.h.
Check for Py_REF_DEBUG around declarations.
Undef Py_INC_REFTOTAL and Py_DEC_REFTOTAL.