Skip to content

Commit 7aa2f65

Browse files
committed
Fix swapped links the whatsnew.
1 parent dd930ef commit 7aa2f65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ trying to attach to it.
509509

510510
There are now several new suites of APIs to circumvent these problems:
511511

512-
* :ref:`Interpreter guards <interpreter-views>`, which prevent an interpreter
512+
* :ref:`Interpreter guards <interpreter-guards>`, which prevent an interpreter
513513
from finalizing.
514-
* :ref:`Interpreter views <interpreter-guards>`, which allow thread-safe access
514+
* :ref:`Interpreter views <interpreter-views>`, which allow thread-safe access
515515
to an interpreter that may be concurrently finalizing or deleted.
516516
* :ref:`New APIs <c-api-attach-detach>` to automatically attach and detach
517517
thread states that come with built-in protection against finalization.

0 commit comments

Comments
 (0)