We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccd488 commit e10ed83Copy full SHA for e10ed83
2 files changed
.github/workflows/posix-deps-apt.sh
@@ -1,8 +1,4 @@
1
#!/bin/sh
2
-
3
-# Workaround missing on ubuntu 24.04 libmpdec-dev
4
-sudo add-apt-repository ppa:ondrej/php
5
6
apt-get update
7
8
apt-get -yq --no-install-recommends install \
Doc/whatsnew/3.16.rst
@@ -160,7 +160,7 @@ Deprecated C APIs
160
Removed C APIs
161
--------------
162
163
-* Remove the bundled libmpdec_ decimal library from the CPython source tree,
+* Remove the bundled copy of the libmpdec_ decimal library from the CPython source tree
164
to simplify maintenence and updates. The :mod:`decimal` module will now
165
unconditionally use the system's libmpdec decimal library. Also remove the
166
now unused :option:`!--with-system-libmpdec` :program:`configure` flag.
0 commit comments