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 dd930ef commit 7aa2f65Copy full SHA for 7aa2f65
1 file changed
Doc/whatsnew/3.15.rst
@@ -509,9 +509,9 @@ trying to attach to it.
509
510
There are now several new suites of APIs to circumvent these problems:
511
512
-* :ref:`Interpreter guards <interpreter-views>`, which prevent an interpreter
+* :ref:`Interpreter guards <interpreter-guards>`, which prevent an interpreter
513
from finalizing.
514
-* :ref:`Interpreter views <interpreter-guards>`, which allow thread-safe access
+* :ref:`Interpreter views <interpreter-views>`, which allow thread-safe access
515
to an interpreter that may be concurrently finalizing or deleted.
516
* :ref:`New APIs <c-api-attach-detach>` to automatically attach and detach
517
thread states that come with built-in protection against finalization.
0 commit comments