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
PyMemberDef missing in limited API / Deprecate structmember.h #47146
Move structmember.h definitions to descrobject.h, adding PY_ prefixes
All the docs These docs were ripe for an overhaul, so I did one when touching the code.
bpo-2897: Make PyMemberDef part of stable ABI; deprecate structmember.h #20462
Change the prefix to Py_, per PEP 7
Expose PyMember_?etOne in Limited API (again?)
Use the right prefix in stable_abi.toml
Move tests to _testcapi/, add tests for the new API
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
gh-97908: CAPI docs: Remove repeated struct names from member docs #100054
deps(python): enable Python 3.12 support metaopt/optree#90
builtins: exception, iterator and function attribute surface parity youknowone/pyre#950