On Mon, Feb 21, 2022 at 3:00 AM Jens Tröger <[email protected]> wrote:
> After updating to v4.8.0 this morning, entire workflows started to fail. > After some digging around I could narrow it down to a regression introduced > between v4.7.1 and v4.8.0. Interesting. I was not able to reproduce that behavior, which is indeed unsettling. I ran your code (with the addition of a line to print out the version of lxml) under Python 3.10.1 with 4.8.0 and I got the expected (correct) output. This is on macOS 12.2.1 (M1). Another interesting data point is that although https://pypi.org/project/lxml/ claims that there are builds of 4.8.0 for Python 3.10, pip on this machine concluded that it needed to build lxml from code. Perhaps an M1 thing? I will see what happens on Linux and Windows. -- Bob Kline https://www.rksystems.com mailto:[email protected] _______________________________________________ lxml - The Python XML Toolkit mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/lxml.python.org/ Member address: [email protected]
