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 49a2e66 commit 3fdd987Copy full SHA for 3fdd987
1 file changed
peps/pep-0805.rst
@@ -70,7 +70,8 @@ to one thread (the top-left quadrant), or that it is protected by a mutual exclu
70
The PEP also proposes changes to CPython to prevent unsafe execution when mutable objects are shared.
71
Finally, the PEP provides a generalization of the GIL to allow incrementally moving away from the GIL.
72
73
-This PEP is inspired by ideas from OCaml, specifically Data Freedom à la Mode [2]_, and the Pyrona project [3]_.
+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>`__.
75
Many of the necessary technologies, such as biased and deferred reference counting, have been developed for :pep:`703`.
76
77
Specification
0 commit comments