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 1a68c39 commit 728d583Copy full SHA for 728d583
peps/pep-0778.rst
@@ -86,7 +86,6 @@ operations only occur at well-defined safe points. This eliminates the
86
possibility of crashes and corruption while maintaining zero overhead during
87
normal execution.
88
89
-
90
The key insight is that we don't need to inject code at arbitrary points - we
91
just need to signal to the interpreter that we want code executed at the next
92
safe opportunity. This approach works with the interpreter's natural execution
0 commit comments