bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) by encukou · Pull Request #25315 · python/cpython · GitHub

github.com

Tin mới

encukou:pep652-generate

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

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

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Sort PC/python3dll.c

Add a stable ABI manifest file

Turn scripts/stable_abi.py into a generic checker/generator

Add generator for Doc/data/stable_abi.dat

Update the Makefile

Add stable_abi.py to Tools/README

Regenerate autogenerated files

awaiting core review

bpo-43795: Sort PC/python3dll.c #25312

Merge in the main branch

Include new additions to the Stable ABI

Classify a few ambiguous functions

Parse function pointers more correctly in the PyAPI_DATA headers check

Don't use abi_only items in the headers check

🔨 test-with-buildbots

bpo-43795: PEP 652 user documentation #25668

bpo-43795 - Update Stable ABI dat. #25716

bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. #25595

bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line number. #25717

bpo-43976: add vendor config #25718

bpo-43933: Set frame.f_lineno during call to __exit__ #25719

Implement PEP 652 -- Maintaining the Stable ABI #87961