[Python-checkins] [typo] s/libexpact/libexpat/ in setup.py (GH-28624)

ambv webhook-mailer at python.org
Wed Sep 29 10:29:54 EDT 2021


https://github.com/python/cpython/commit/bf5d1684a770af4e4d176bc6780874a4be168cac
commit: bf5d1684a770af4e4d176bc6780874a4be168cac
branch: main
author: Łukasz Langa <lukasz at langa.pl>
committer: ambv <lukasz at langa.pl>
date: 2021-09-29T16:29:35+02:00
summary:

[typo] s/libexpact/libexpat/ in setup.py (GH-28624)

files:
M setup.py

diff --git a/setup.py b/setup.py
index 9e71a223c0aab..6122430cd0431 100644
--- a/setup.py
+++ b/setup.py
@@ -1767,7 +1767,7 @@ def detect_expat_elementtree(self):
                 ('XML_POOR_ENTROPY', '1'),
             ]
             extra_compile_args = []
-            # bpo-44394: libexpact uses isnan() of math.h and needs linkage
+            # bpo-44394: libexpat uses isnan() of math.h and needs linkage
             # against the libm
             expat_lib = ['m']
             expat_sources = ['expat/xmlparse.c',



More information about the Python-checkins mailing list