On Sat, 9 Apr 2022 18:28:23 +0200 Paul Gevers <elb...@debian.org> wrote:
We are in the transition of making python3.10 the default Python versions [0]. With a recent upload of python3-defaults the autopkgtest of libapache2-mod-python fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable.

PythonHandler mod_python.publisher: Traceback (most recent call last):
mod_python/apache.py, line 398, in HandlerDispatch\n    result = obj(req)
mod_python/publisher.py", line 222, in handler\n    published = 
publish_object(req, object)
mod_python/publisher.py", line 440, in publish_object\n    if _callable(obj):
mod_python/publisher.py", line 54, in _callable\n    return (isinstance(obj, 
collections.Callable)
AttributeError: module 'collections' has no attribute 'Callable'

The package obviously has no support for python3.10; there are python3.9 bugs 
as well.
It is abandoned upstream. I suggest filing a RM bug for this package.

Reply via email to