Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 35.2k
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
c8b8a5743c87219d6c9b55de2aa2dfd9f40769a36a60f7ae2b9af86381c70203bf12e845554472fca0e5800dd01be3d413bd036792ba6b8b8bc2e53a79e284f0dc0bb6e74feba4a6796e0bdb87adf7af49ccd488e10ed83b2f5f30081d1e097767d657bd0b0fa0d5060cab465f4a1b1811867cd0e3afd70dd4a2959a7986c1e262ab4cc60dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -191,6 +191,17 @@ that may require changes to your code. | ||
| Build changes | ||
| ============= | ||
| * Remove the bundled copy of the libmpdec_ decimal library from the CPython source tree | ||
| to simplify maintenence and updates. The :mod:`decimal` module will now | ||
| unconditionally use the system's libmpdec decimal library. Also remove the | ||
| now unused :option:`!--with-system-libmpdec` :program:`configure` flag. | ||
skirpichev marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| This change has no impact on binary releases of Python, which have been | ||
| built against a separate copy of libmpdec for the past several releases. | ||
| (Contributed by Sergey B Kirpichev in :gh:`115119`.) | ||
| .. _libmpdec: https://www.bytereef.org/mpdecimal/ | ||
| C API changes | ||
| ============= | ||
| 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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.