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

Minor rework of Python 3.13 support #2673

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

Lalufu
Copy link
Contributor

@Lalufu Lalufu commented Sep 8, 2024

As mentioned in #2655, this changes the way support for python 3.13 is handled. Instead of handling python 3.13 as a minor change from 3.12, and handling support for it under the 3.12 #ifdef blocks, this breaks out 3.13 into its own block, apart from 3.12. This makes the code a bit more verbose, but makes it easier to see what the structures look like for different python versions.

As mentioned in unbit#2655, this changes
the way support for python 3.13 is handled. Instead of handling python
3.13 as a minor change from 3.12, and handling support for it under the
3.12 `#ifdef` blocks, this breaks out 3.13 into its own block, apart
from 3.12. This makes the code a bit more verbose, but makes it easier
to see what the structures look like for different python versions.
@xrmx xrmx merged commit 3cdf109 into unbit:master Sep 9, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants