diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-09-29 16:29:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 16:29:35 +0200 |
commit | bf5d1684a770af4e4d176bc6780874a4be168cac (patch) | |
tree | 699c5165138ba07b83b9b3f0d8491c0866693e41 | |
parent | [typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623) (diff) | |
download | cpython-bf5d1684a770af4e4d176bc6780874a4be168cac.tar.gz cpython-bf5d1684a770af4e4d176bc6780874a4be168cac.tar.bz2 cpython-bf5d1684a770af4e4d176bc6780874a4be168cac.zip |
[typo] s/libexpact/libexpat/ in setup.py (GH-28624)main
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1767,7 +1767,7 @@ class PyBuildExt(build_ext): ('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', |