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.
1 parent 8e04fdd commit 0c2b275Copy full SHA for 0c2b275
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-03-31-13-25-14.gh-issue-131591.DsPKZt.rst
@@ -0,0 +1,4 @@
1
+Implement :pep:`768` (Safe external debugger interface for CPython). Add a
2
+new :func:`sys.remote_exec` function to the :mod:`sys` module. This function
3
+shcedules the execution of a Python file in a separate process. Patch by
4
+Pablo Galindo, Matt Matt Wozniski and Ivona Stojanovic.
0 commit comments