gh-138515: Include email module in Emscripten build#138520
gh-138515: Include email module in Emscripten build#138520corona10 merged 2 commits intopython:mainfrom
Conversation
|
!buildbot emscripten |
|
🤖 New build scheduled with the buildbot fleet by @hoodmane for commit 1acd7e1 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138520%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
corona10
left a comment
There was a problem hiding this comment.
lgtm
I direclty talked with @ryanking13 that including email again makes Emscripten build situation better, and nothing will affect the CPython itself at this moment.
|
@ryanking13 Please add NEWS.d that you included this package again, |
|
@corona10 yup, added it. |
|
Let me check emcrypten build bot test also :) |
|
!buildbot emscripten |
|
🤖 New build scheduled with the buildbot fleet by @corona10 for commit e74afa1 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138520%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
Thanks @ryanking13 for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
|
GH-138533 is a backport of this pull request to the 3.14 branch. |
|
GH-138534 is a backport of this pull request to the 3.13 branch. |
…hongh-138520) (python#138533) Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
One line change to include the email module in the Emscripten build so the
importlib.metadatapackage can be imported without an error.importlib.metadata#138515