Skip to content

gh-136976: Emscripten: Add _decimal and libmpdec - #136979

Closed
hoodmane wants to merge 1 commit into
python:mainfrom
hoodmane:main
Closed

gh-136976: Emscripten: Add _decimal and libmpdec#136979
hoodmane wants to merge 1 commit into
python:mainfrom
hoodmane:main

Conversation

@hoodmane

@hoodmanehoodmane commented Jul 22, 2025

Copy link
Copy Markdown
Contributor

@skirpichevskirpichev left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It still says on WASI build:

checking for --with-system-libmpdec... yes
checking for libmpdec >= 2.5.0... no
checking for --with-decimal-contextvar... yes

and then

The necessary bits to build these optional modules were not found:
_bz2 _ctypes _decimal _hashlib _lzma _ssl _uuid _zstd readline zlib 

@hoodmane

Copy link
Copy Markdown
ContributorAuthor

Well yes, this shouldn't change the wasi build only the Emscripten build.

@hoodmane

Copy link
Copy Markdown
ContributorAuthor

Closing in favor of #136997 because I accidentally opened this from my main branch. Sorry!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@hoodmane@skirpichev