Skip to content

Commit e10ed83

Browse files
skirpichevzware
andauthored
Apply suggestions from code review
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
1 parent 9ccd488 commit e10ed83

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/posix-deps-apt.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/sh
2-
3-
# Workaround missing on ubuntu 24.04 libmpdec-dev
4-
sudo add-apt-repository ppa:ondrej/php
5-
62
apt-get update
73

84
apt-get -yq --no-install-recommends install \

Doc/whatsnew/3.16.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Deprecated C APIs
160160
Removed C APIs
161161
--------------
162162

163-
* Remove the bundled libmpdec_ decimal library from the CPython source tree,
163+
* Remove the bundled copy of the libmpdec_ decimal library from the CPython source tree
164164
to simplify maintenence and updates. The :mod:`decimal` module will now
165165
unconditionally use the system's libmpdec decimal library. Also remove the
166166
now unused :option:`!--with-system-libmpdec` :program:`configure` flag.

0 commit comments

Comments
 (0)