Skip to content

Commit 3fdd987

Browse files
committed
Fix links
1 parent 49a2e66 commit 3fdd987

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

peps/pep-0805.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ to one thread (the top-left quadrant), or that it is protected by a mutual exclu
7070
The PEP also proposes changes to CPython to prevent unsafe execution when mutable objects are shared.
7171
Finally, the PEP provides a generalization of the GIL to allow incrementally moving away from the GIL.
7272

73-
This PEP is inspired by ideas from OCaml, specifically Data Freedom à la Mode [2]_, and the Pyrona project [3]_.
73+
This PEP is inspired by ideas from OCaml, specifically `Data Freedom à la Mode<https://dl.acm.org/doi/10.1145/3704859>`__,
74+
and the `Pyrona project<https://microsoft.github.io/verona/pyrona.html>`__.
7475
Many of the necessary technologies, such as biased and deferred reference counting, have been developed for :pep:`703`.
7576

7677
Specification

0 commit comments

Comments
 (0)