From 837e4beac2af6825d170cd9949d4ad21119191ce Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Sat, 20 Dec 2025 16:24:33 -0700 Subject: [PATCH] Python: Fix a regression caused by a security update. --- chapter08/python.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chapter08/python.xml b/chapter08/python.xml index de3817cf0..4907d7b3a 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -43,6 +43,12 @@ Installation of Python 3 + Fix a regression that causes issues in BLFS packages like + pyatspi: + +sed -e "/self.namespaceURI =/i\ self.ownerDocument = None" \ + -i Lib/xml/dom/minidom.py + Prepare Python for compilation: ./configure --prefix=/usr \