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

Fix find occurrences flag #15528

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Fix find occurrences flag #15528

merged 3 commits into from
Jun 29, 2023

Commits on Jun 27, 2023

  1. Fix find occurrences flag

    Fixes python#15527
    
    Namespaces are untyped, so this only gets caught by mypyc.
    
    I didn't know about this feature, looks like it's explicitly documented
    as experimental. Guess no one has used it in a long, long time.
    hauntsaninja committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2aa46bb View commit details
    Browse the repository at this point in the history
  2. fix type error

    hauntsaninja committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    558b5c3 View commit details
    Browse the repository at this point in the history
  3. remove assert

    hauntsaninja committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1faca09 View commit details
    Browse the repository at this point in the history