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

Fixed SystemError: AST constructor recursion depth mismatch failing the entire job #3000

Merged
merged 4 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. Fixed SystemError: AST constructor recursion depth mismatch failing…

    … the entire job
    
    This PR adds more deterministic, Go-style, error handling for parsing Python code
    
    Fix #2976
    nfx committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b4f815e View commit details
    Browse the repository at this point in the history
  2. ...

    nfx committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    67e09fa View commit details
    Browse the repository at this point in the history
  3. ...

    nfx committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3737cb8 View commit details
    Browse the repository at this point in the history
  4. ...

    nfx committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    50fb8ea View commit details
    Browse the repository at this point in the history