Gah. Already dealt with.
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives
I am jugnu25 working for computers marketing PR consultant. With extra than 6
years experience in PR and Digital Industry, helping groups to obtain dreams
through streamilining the technique.
https://www.computersmarketing.com/
___
Python-Dev mailing li
On Tue, 2022-12-20 at 12:31 +0100, Mathieu Picot wrote:
> There is a problem with the lib pyliblo, the source code of the lib is here:
> https://github.com/dsacre/pyliblo
>
> The problem is that the lib is now incompatible with python3.11 because it
> uses inspect.getargspec function which does no
Hi.
There is a problem with the lib pyliblo, the source code of the lib is here:
https://github.com/dsacre/pyliblo
The problem is that the lib is now incompatible with python3.11 because it
uses inspect.getargspec function which does not exist anymore. This is very
easy to fix, the main problem i