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

Update expressions.py #245

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 2, 2024

  1. Update expressions.py

    in latests python and pip version of 03.07.2024 I discovered this issue
     File "..../lib/python3.12/site-packages/parsimonious/expressions.py", line 9, in <module>
        from inspect import getargspec
    ImportError: cannot import name 'getargspec' from 'inspect' (..../lib/python3.12/inspect.py). Did you mean: 'getargs'?
    tested it on both linux and windows
    RaduGeorgescu authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7c70413 View commit details
    Browse the repository at this point in the history