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

Commits on Jun 19, 2023

  1. [mypyc] Fix int operations on Python 3.12

    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 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4c7738e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    8b3cd7c View commit details
    Browse the repository at this point in the history