Skip to content

Python 3.11 issue with productions.py: inspect.getargspec() -> inspect.getfullargspec() #19

@NoTime4Inertia

Description

@NoTime4Inertia

In line 21 and line 61 of productions.py, inspect.getargspec() is depreciated in Python 3.11. It must be changed to inspect.getfullargspec(); however, I think a different error results from that change, and I haven't had the chance to review it yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions