8000 gh-115119: Removed bundled copy of the libmpdec by skirpichev · Pull Request #133964 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-115119: Removed bundled copy of the libmpdec #133964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-115119: Removed bundled copy of the libmpdec
  • Loading branch information
skirpichev committed May 13, 2025
commit c8b8a57bafc9811128bb1e30dcc465f1d1cf73a0
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ that may require changes to your code.
Build changes
=============

* Removed bundled copy of the libmpdec, use system library if it's
available.
(Contributed by Sergey B Kirpichev in :gh:`115119`.)


C API changes
=============
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Removed bundled copy of the libmpdec, use system library if it's available.
Patch by Sergey B Kirpichev.
88 changes: 0 additions & 88 deletions Modules/_decimal/libmpdec/README.txt

This file was deleted.

Loading
Loading
0