Idein / py-videocore

Python library for GPGPU on Raspberry Pi
MIT License
795 stars 89 forks source link

Fix warning #53

Closed ishiy1993 closed 4 years ago

ishiy1993 commented 4 years ago

Fix the below warning.

videocore/assembler.py:871: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
    args, _, _, _ = inspect.getargspec(f)
nineties commented 4 years ago

LGTM!