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 16f0d5b commit a85ea65Copy full SHA for a85ea65
peps/pep-0778.rst
@@ -55,7 +55,7 @@ counting system. This combination of low-level system manipulation and
55
deep domain specific interpreter knowledge makes implementing Python debugging tools
56
exceptionally difficult.
57
58
-The few tools ( see for example [1]_ and [2]_ )that do attempt this resort to
+The few tools (see for example [1]_ and [2]_) that do attempt this resort to
59
suboptimal and unsafe methods,
60
using system debuggers like gdb and lldb to forcefully inject code. This
61
approach is fundamentally unsafe because the injected code can execute at any
0 commit comments