https://github.com/python/cpython/commit/40632ad7ba3ac1601370a1529e0586edc1f70019 commit: 40632ad7ba3ac1601370a1529e0586edc1f70019 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-29T09:53:34+03:00 summary:
[3.14] Add a What's New entry for Emscripten (GH-137035) (#137192) Add a What's New entry for Emscripten (GH-137035) (cherry picked from commit d7e12a362a2a4a4b7d52a343ab5940be2cbcc909) Co-authored-by: Hood Chatham <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]> files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 2517dd93885d7f..308c1ac5fbfa7f 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -1081,6 +1081,18 @@ The behavior of :func:`!gc.collect` changes slightly: (Contributed by Mark Shannon in :gh:`108362`.) +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. Emscripten now includes support + for :mod:`ctypes`, :mod:`termios`, and :mod:`fcntl`, as well as + experimental support for :ref:`PyREPL <tut-interactive>`. + + (Contributed by R. Hood Chatham in :gh:`127146`, :gh:`127683`, and :gh:`136931`.) + + __ https://emscripten.org/docs/porting/emscripten-runtime-environment.html Other language changes ====================== _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
