We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys
1 parent e18dd93 commit 8daf95dCopy full SHA for 8daf95d
Doc/whatsnew/3.14.rst
@@ -2063,6 +2063,15 @@ sys
2063
* Raise :exc:`DeprecationWarning` for :func:`sys._clear_type_cache`. This
2064
function was deprecated in Python 3.13 but it didn't raise a runtime warning.
2065
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
2075
2076
sys.monitoring
2077
--------------
0 commit comments