Skip to content

Commit 8daf95d

Browse files
committed
Mention two new sys members
1 parent e18dd93 commit 8daf95d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,15 @@ sys
20632063
* Raise :exc:`DeprecationWarning` for :func:`sys._clear_type_cache`. This
20642064
function was deprecated in Python 3.13 but it didn't raise a runtime warning.
20652065

2066+
* Add :func:`sys.remote_exec` to implement the new external debugger interface.
2067+
See :ref:`PEP 768 <whatsnew314-pep768>` for details.
2068+
(Contributed by Pablo Galindo Salgado, Matt Wozniski, and Ivona Stojanovic
2069+
in :gh:`131591`.)
2070+
2071+
* Add the :data:`sys._jit` namespace, containing utilities for introspecting
2072+
just-in-time compilation.
2073+
(Contributed by Brandt Bucher in :gh:`133231`.)
2074+
20662075

20672076
sys.monitoring
20682077
--------------

0 commit comments

Comments
 (0)