-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Add What's New entry about Emscripten changes #137035
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
* :pep:`776`: Emscripten is now an officially supported platform at | ||
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in | ||
Emscripten libc were fixed :gh:`127146`. Emscripten now includes support | ||
for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as | ||
experimental support for PyREPL (:gh:`136931`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provide a link for Emscripten libc & cross reference the various modules. Feel free to edit the suggestion if there's a better link etc
* :pep:`776`: Emscripten is now an officially supported platform at | |
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in | |
Emscripten libc were fixed :gh:`127146`. Emscripten now includes support | |
for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as | |
experimental support for PyREPL (:gh:`136931`). | |
* :pep:`776`: Emscripten is now an officially supported platform at | |
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in | |
`Emscripten libc`__ were fixed. Emscripten now includes support | |
for :mod:`ctypes`, :mod:`termios`, and :mod:`fcntl`, as well as | |
experimental support for PyREPL. | |
(Contributed by R. Hood Chatham in :gh:`127146`, :gh:`127683`, and :gh:`136931`.) | |
__ https://emscripten.org/docs/porting/emscripten-runtime-environment.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I edited Adam's suggestion to delete a space before a full stop, and add a full stop at the end of "Contributed by...".)
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in | ||
Emscripten libc were fixed :gh:`127146`. Emscripten now includes support | ||
for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as | ||
experimental support for PyREPL (:gh:`136931`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be good to link to https://docs.python.org/3/tutorial/appendix.html#tut-interac when discussing PyREPL. I think it is still new enough that people may not know what PyREPL is vs the the REPL in general.
@@ -1081,6 +1081,14 @@ The behavior of :func:`!gc.collect` changes slightly: | |||
|
|||
(Contributed by Mark Shannon in :gh:`108362`.) | |||
|
|||
Platform Support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Platform Support | |
Platform support |
* :pep:`776`: Emscripten is now an officially supported platform at | ||
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in | ||
Emscripten libc were fixed :gh:`127146`. Emscripten now includes support | ||
for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as | ||
experimental support for PyREPL (:gh:`136931`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I edited Adam's suggestion to delete a space before a full stop, and add a full stop at the end of "Contributed by...".)
📚 Documentation preview 📚: https://cpython-previews--137035.org.readthedocs.build/