Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mention two new sys members
  • Loading branch information
AA-Turner committed Oct 3, 2025
commit 8daf95d5c2e91c8bd4285a7c0a71b5e10f56b9c3
9 changes: 9 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,15 @@ sys
* Raise :exc:`DeprecationWarning` for :func:`sys._clear_type_cache`. This
function was deprecated in Python 3.13 but it didn't raise a runtime warning.

* Add :func:`sys.remote_exec` to implement the new external debugger interface.
See :ref:`PEP 768 <whatsnew314-pep768>` for details.
(Contributed by Pablo Galindo Salgado, Matt Wozniski, and Ivona Stojanovic
in :gh:`131591`.)

* Add the :data:`sys._jit` namespace, containing utilities for introspecting
just-in-time compilation.
(Contributed by Brandt Bucher in :gh:`133231`.)


sys.monitoring
--------------
Expand Down
Loading