a45c9c8 Python 3.11: replace getargspec() with getfullargspec()

Authored and Committed by vtrefny 2 years ago
    Python 3.11: replace getargspec() with getfullargspec()
    
    Adding two upstream fixes for Python 3.11 compatibility replacing
    the deprecated inspect.getargspec method.
    
        
file modified
+6 -1