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

Defer type analysis of integer Literal when builtins.int is slow to resolve #18046

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

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

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    80b1cd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83df83d View commit details
    Browse the repository at this point in the history
  3. fix test

    accidentally got it into a form that didn't reproduce the crash on master
    it's important the int is declared after the literals
    tungol committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    168e67a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3197cd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8efa86 View commit details
    Browse the repository at this point in the history