-
Notifications
You must be signed in to change notification settings - Fork 34
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
Make --enable-big-digits=30
the default
#20
Comments
Yeah this would be a good thing to upstream to CPython. |
We should also probably make |
Before we hard-code
|
The explanation for that setting is given at https://github.com/pyodide/pyodide/blob/771693ff99c55f5292823d86a95702291cf08755/cpython/Makefile#L129-L135 |
Thanks, I missed the comment there. Fixed in python/cpython#29887 |
* ``--enable-big-digits=30`` is now default for wasm platforms, see emmatyping#20 * ``--with-ensurepip=no`` is now default for emscripten platform, see emmatyping#23 * ``--disable-ipv6`` was never necessary, we have ``ac_cv_buggy_getaddrinfo=no``
Any reason to not make this be automatic when
wasm32
is set?The text was updated successfully, but these errors were encountered: