Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
skirpichev wants to merge20 commits intopython:main
base:main
Choose a base branch
Loading
fromskirpichev:remove-bundled-mpdecimal/115119
Draft
Changes from1 commit
Commits
Show all changes
20 commits
Select commitHold shift + click to select a range
c8b8a57
gh-115119: Removed bundled copy of the libmpdec
skirpichevMay 13, 2025
43c8721
+ configure
skirpichevMay 13, 2025
9d6c9b5
+1
skirpichevMay 13, 2025
5de2aa2
Apply suggestions from code review
skirpichevMay 13, 2025
dfd9f40
+ configure
skirpichevMay 13, 2025
769a36a
autoconf
AA-TurnerMay 13, 2025
60f7ae2
revert
AA-TurnerMay 13, 2025
b9af863
makesetup
AA-TurnerMay 13, 2025
81c7020
+ lint and macos
skirpichevMay 13, 2025
3bf12e8
Windows: SBOM
AA-TurnerMay 13, 2025
4555447
lint
AA-TurnerMay 13, 2025
2fca0e5
fix docs
skirpichevMay 14, 2025
800dd01
XXX disable _decimal if no libmpdec is available
skirpichevMay 14, 2025
be3d413
+1
skirpichevMay 14, 2025
bd03679
fix json
skirpichevMay 14, 2025
2ba6b8b
reorder
skirpichevMay 14, 2025
8bc2e53
install libmpdec on this job
skirpichevMay 14, 2025
a79e284
Merge branch 'main' into remove-bundled-mpdecimal/115119
skirpichevJun 3, 2025
f0dc0bb
XXX try libmpdec-dev from PPA for PHP: https://launchpad.net/~ondrej/…
skirpichevJun 3, 2025
6e74feb
+1
skirpichevJun 3, 2025
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
PrevPrevious commit
NextNext commit
XXX disable _decimal if no libmpdec is available
  • Loading branch information
@skirpichev
skirpichev committedMay 14, 2025
commit800dd0168b8e5889b6c07909f071fb4b872a4aa5
4 changes: 4 additions & 0 deletionsconfigure.ac
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7956,6 +7956,10 @@ PY_STDLIB_MOD([_curses_panel],
PY_STDLIB_MOD([_decimal],
[], [test "$have_mpdec" = "yes"],
[$LIBMPDEC_CFLAGS], [$LIBMPDEC_LIBS])
if test "$have_mpdec" = "no"
then
AS_VAR_SET([py_cv_module_]_decimal, [n/a])
fi
PY_STDLIB_MOD([_dbm],
[test -n "$with_dbmliborder"], [test "$have_dbm" != "no"],
[$DBM_CFLAGS], [$DBM_LIBS])
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp