Open
Description
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
Labels
No labels