Re: glibc 2.35 is coming to jammy

2022-02-03 Thread Michael Hudson-Doyle
Hello again, On Fri, 28 Jan 2022 at 10:47, Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > glibc 2.35 is due to be released next week and the plan is to get it into > Ubuntu pretty soon after that. As usual, this will run a very large number > of autopkgtests and so be a bit

A class of errors due to python 3.10: collections import

2022-02-03 Thread Andreas Hasenack
In general: change from collections import to from collections.abc import This will list the culprits: retry-autopkgtest-regressions --blocks python3-defaults --log-regex 'ImportError: cannot import name.*collections' keras python-furl python-opcua python-orderedmultidict pythonpy