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

[mypyc] Fix int operations on Python 3.12 #15470

Merged
merged 2 commits into from Jun 24, 2023
Merged

[mypyc] Fix int operations on Python 3.12 #15470

merged 2 commits into from Jun 24, 2023

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jun 19, 2023

The representation of int objects was changed in Python 3.12.

Define some helper macros to make it possible to support all Python versions we care about without too much code duplication.

Work on mypyc/mypyc#995.

JukkaL and others added 2 commits June 19, 2023 19:20
The representation of `int` objects was changed in Python 3.12.

Define some helper macros to make it possible to support all Python
versions we care about without too much code duplication.
@JukkaL JukkaL merged commit 9bd8563 into master Jun 24, 2023
15 checks passed
@JukkaL JukkaL deleted the mypyc-3.12-int branch June 24, 2023 13:30
JukkaL added a commit that referenced this pull request Jun 24, 2023
Two recent mypyc PRs didn't work together (#15470 and #15464). Fix
them.
JukkaL added a commit that referenced this pull request Jun 25, 2023
Two recent mypyc PRs didn't work together (#15470 and #15464). Fix them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants