Skip to content

Commit 728d583

Browse files
Update pep-0778.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent 1a68c39 commit 728d583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

peps/pep-0778.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ operations only occur at well-defined safe points. This eliminates the
8686
possibility of crashes and corruption while maintaining zero overhead during
8787
normal execution.
8888

89-
9089
The key insight is that we don't need to inject code at arbitrary points - we
9190
just need to signal to the interpreter that we want code executed at the next
9291
safe opportunity. This approach works with the interpreter's natural execution

0 commit comments

Comments
 (0)