Bug#1006317: libpython3.9-stdlib: xml.parsers.expat.ExpatError since libexpat1 update

2022-02-24 Thread Sebastian Pipping
Hi everyone, please see https://github.com/libexpat/libexpat/issues/572#issuecomment-1050119036 for an in-depth analysis. Best, Sebastian

Bug#1006317: libpython3.9-stdlib: xml.parsers.expat.ExpatError since libexpat1 update

2022-02-23 Thread Salvatore Bonaccorso
Hi Valentin, On Wed, Feb 23, 2022 at 12:47:58PM +0100, Valentin Lorentz wrote: > Package: libpython3.9-stdlib > Version: 3.9.2-1 > > Dear maintainers, > > Since yesterday's upgrade of libexpat1 from 2.2.10-2+deb11u1 to > 2.2.10-2+deb11u2, using xml.parsers.expat causes the fallowing error: > >

Bug#1006317: libpython3.9-stdlib: xml.parsers.expat.ExpatError since libexpat1 update

2022-02-23 Thread Valentin Lorentz
Package: libpython3.9-stdlib Version: 3.9.2-1 Dear maintainers, Since yesterday's upgrade of libexpat1 from 2.2.10-2+deb11u1 to 2.2.10-2+deb11u2, using xml.parsers.expat causes the fallowing error: >>> from xml.parsers import expat >>> parser = expat.ParserCreate(namespace_separator=':') >>>