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 0268736 commit 76d0436Copy full SHA for 76d0436
1 file changed
peps/pep-0788.rst
@@ -56,8 +56,8 @@ Native threads will always hang during finalization
56
---------------------------------------------------
57
58
Many codebases might need to call Python code in highly-asynchronous
59
-situations where the interpreter is already finalizing, or might finalize, and want to continue
60
-running code after the Python call. This desire has been
+situations where the interpreter is already finalizing, or might finalize, and
+want to continue running code after the Python call. This desire has been
61
`brought up by users <https://discuss.python.org/t/78850/>`_.
62
For example, a callback that wants to call Python code might be invoked by:
63
0 commit comments