[lfs] branch trunk updated: Python: Fix a regression caused by a security update.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <176627295337.14137.2680027160224501756@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 837e4beac Python: Fix a regression caused by a security update.
837e4beac is described below

commit 837e4beac2af6825d170cd9949d4ad21119191ce
Author: Zeckmathederg <[email protected]>
AuthorDate: Sat Dec 20 16:24:33 2025 -0700

    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 @@
   <sect2 role="installation">
     <title>Installation of Python 3</title>
 
+    <para>Fix a regression that causes issues in BLFS packages like
+    pyatspi:</para>
+
+<screen><userinput remap="pre">sed -e "/self.namespaceURI =/i\        self.ownerDocument = None" \
+    -i Lib/xml/dom/minidom.py</userinput></screen>
+
     <para>Prepare Python for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr          \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.