Skip to content

inspect.getargspec is removed in Python 3.11 - use getfullargspec instead...

Andreas Dedner requested to merge feature/upgradePybind11 into master

inspect.getargspec is removed in Python 3.11 - use getfullargspec instead (seems to be available in 3.6 as well)

Merge request reports