Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify stability of Stable ABI #127253

Closed
encukou opened this issue Nov 25, 2024 · 0 comments
Closed

Clarify stability of Stable ABI #127253

encukou opened this issue Nov 25, 2024 · 0 comments
Labels
docs Documentation in the Doc dir topic-C-API

Comments

@encukou
Copy link
Member

encukou commented Nov 25, 2024

I used some unfortunate wording in the docs:

The extension will work without recompilation with all Python 3 releases from the specified one onward [...]

Clarify that compiling for the Stable ABI will prevent ABI issues (missing symbols or data corruption due to changed layouts/signatures). But, behaviour can still change per PEP-387 (though we should keep it stable if we can).

Linked PRs

@encukou encukou added docs Documentation in the Doc dir topic-C-API labels Nov 25, 2024
encukou added a commit to encukou/cpython that referenced this issue Nov 25, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 3, 2024
…H-127254)

(cherry picked from commit 35d37d6)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 3, 2024
…H-127254)

(cherry picked from commit 35d37d6)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
encukou added a commit that referenced this issue Dec 3, 2024
) (GH-127557)

(cherry picked from commit 35d37d6)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
encukou added a commit that referenced this issue Dec 3, 2024
) (GH-127558)

(cherry picked from commit 35d37d6)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
@encukou encukou closed this as completed Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir topic-C-API
Projects
Status: Todo
Development

No branches or pull requests

1 participant