summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-02 11:49:17 (GMT)
committerGitHub <noreply@github.com>2021-11-02 11:49:17 (GMT)
commitb71bc052454803aa8bd3e7edd2044e2d5e962243 (patch)
treedcab5d88a26859d925ad97ea9e87b3abface4cf1 /Misc/NEWS.d
parentb2ae63161926527e31b9a9071b38836ad88e9a92 (diff)
downloadcpython-b71bc052454803aa8bd3e7edd2044e2d5e962243.zip
cpython-b71bc052454803aa8bd3e7edd2044e2d5e962243.tar.gz
cpython-b71bc052454803aa8bd3e7edd2044e2d5e962243.tar.bz2
[3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2021-11-01-12-51-46.bpo-43158.fghS6w.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-01-12-51-46.bpo-43158.fghS6w.rst b/Misc/NEWS.d/next/Build/2021-11-01-12-51-46.bpo-43158.fghS6w.rst
new file mode 100644
index 0000000..3b1de47
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-11-01-12-51-46.bpo-43158.fghS6w.rst
@@ -0,0 +1,2 @@
+``setup.py`` now uses values from configure script to build the ``_uuid``
+extension module. Configure now detects util-linux's ``libuuid``, too.