mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] Fix typo in Tools/wasm/README.md (GH-142426) (GH-142429)
Fix typo in `Tools/wasm/README.md` (GH-142426)
(cherry picked from commit 719d7960e2)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
parent
caba09cd6e
commit
20b454d272
1 changed files with 2 additions and 2 deletions
|
|
@ -226,8 +226,8 @@ #### Misc
|
|||
e.g. ``ctypes``, ``readline``, ``ssl``, and more.
|
||||
- Shared extension modules are not implemented yet. All extension modules
|
||||
are statically linked into the main binary. The experimental configure
|
||||
option ``--enable-wasm-dynamic-linking`` enables dynamic extensions
|
||||
supports. It's currently known to crash in combination with threading.
|
||||
option ``--enable-wasm-dynamic-linking`` enables dynamic extension
|
||||
support. It's currently known to crash in combination with threading.
|
||||
- glibc extensions for date and time formatting are not available.
|
||||
- ``locales`` module is affected by musl libc issues,
|
||||
[gh-90548](https://github.com/python/cpython/issues/90548).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue