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

The default ABI should be the most recent #63

Closed
philthompson10 opened this issue Dec 24, 2024 · 0 comments
Closed

The default ABI should be the most recent #63

philthompson10 opened this issue Dec 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@philthompson10
Copy link
Contributor

philthompson10 commented Dec 24, 2024

Currently the default minor ABI version (for a particular major version) is 0. This means that, by default, generated modules are buggy and lack features, and that fixes and new features are opt-in rather than opt-out. This needs to be changed so that the latest minor ABI version is used by default.

@philthompson10 philthompson10 added the bug Something isn't working label Dec 24, 2024
@philthompson10 philthompson10 self-assigned this Dec 24, 2024
@philthompson10 philthompson10 changed the title Ensure the default ABI is not deprecated The default ABI should be the most recent Dec 27, 2024
philthompson10 added a commit to philthompson10/sip that referenced this issue Dec 28, 2024
The default minor ABI version to use is now the latest minor version for a
particular major version (rather than `0` as it was previously).

Resolves Python-SIP#63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant