KEMBAR78
[mypyc] Fix int operations on Python 3.12 by JukkaL · Pull Request #15470 · python/mypy · GitHub
Skip to content

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
@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.

3 participants