Bug#980906: libpython3.9: _collections_abc.py :type 'types.GenericAlias' is not an acceptable base type

2021-02-24 Thread mas...@rbmail.net
Package: libpython3.9 Followup-For: Bug #980906 Hi, I also can't reproduce this. Rainer

Bug#980906: libpython3.9: _collections_abc.py :type 'types.GenericAlias' is not an acceptable base type

2021-01-26 Thread Matthias Klose
On 1/25/21 3:13 PM, Antonio Terceiro wrote: > Control: tags -1 + unreproducible moreinfo > > On Sun, 24 Jan 2021 08:28:21 +0100 lenny wrote: >> Package: libpython3.9 >> Version: 3.9.1-3 >> Severity: critical >> Justification: breaks the whole system >> X-Debbugs-Cc: lenni_...@yahoo.de >> >> Dear

Bug#980906: libpython3.9: _collections_abc.py :type 'types.GenericAlias' is not an acceptable base type

2021-01-25 Thread Antonio Terceiro
Control: tags -1 + unreproducible moreinfo On Sun, 24 Jan 2021 08:28:21 +0100 lenny wrote: > Package: libpython3.9 > Version: 3.9.1-3 > Severity: critical > Justification: breaks the whole system > X-Debbugs-Cc: lenni_...@yahoo.de > > Dear Maintainer, > > after running a normal apt update and

Bug#980906: libpython3.9: _collections_abc.py :type 'types.GenericAlias' is not an acceptable base type

2021-01-25 Thread mike_san12
Package: libpython3.9 Followup-For: Bug #980906 The correct workaround is: class _CallableGenericAlias(type(list[int])): i.e. with type(), because GenericAlias = type(list[int]) in _collections_abc.py. Semantically, it is intended to make a generic type and list[int] be of the same type.

Bug#980906: libpython3.9: _collections_abc.py :type 'types.GenericAlias' is not an acceptable base type

2021-01-24 Thread lenny
Package: libpython3.9 Version: 3.9.1-3 Severity: critical Justification: breaks the whole system X-Debbugs-Cc: lenni_...@yahoo.de Dear Maintainer, after running a normal apt update and apt upgrade I started getting errors from python3 packages that should also be upgraded: Fatal Python error: