-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
ErrorUnexpected replicated behaviorUnexpected replicated behaviorKnown IssueKnown by maintainers but not documented as an issueKnown by maintainers but not documented as an issueWIPWork in progressWork in progress
Description
Hi, I see that this code supports multiple python versions
https://github.com/dictation-toolbox/dragonfly/blob/master/dragonfly/grammar/context.py#L392
but the dragonfly2 package I got on Debian (python 3.11 pip) had this line instead:
(args, _, varkw, defaults) = inspect.getargspec(self._function)
I hacked it with
(args, _, varkw, defaults, _, _, _) = inspect.getfullargspec(self._function)
which also worked. I would appreciate if you can update the Debian package (not sure who's responsible for that).
Metadata
Metadata
Assignees
Labels
ErrorUnexpected replicated behaviorUnexpected replicated behaviorKnown IssueKnown by maintainers but not documented as an issueKnown by maintainers but not documented as an issueWIPWork in progressWork in progress