Skip to content

Commit b1d703c

Browse files
authored
PEP 703: Fix Sphinx warnings (#4907)
1 parent b0b1f2e commit b1d703c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

peps/pep-0703.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,7 @@ trade-offs remain an open issue.
18121812

18131813
References
18141814
==========
1815+
* :pep:`683` -- Immortal Objects, Using a Fixed Refcount.
18151816

18161817
.. [#yuemmwang2019] "Exploiting Parallelism Opportunities with Deep Learning Frameworks."
18171818
Yu Emma Wang, Carole-Jean Wu, Xiaodong Wang, Kim Hazelwood, David Brooks. 2019.
@@ -1825,8 +1826,6 @@ References
18251826
Jiho Choi, Thomas Shull, and Josep Torrellas. PACT 2018.
18261827
https://dl.acm.org/doi/abs/10.1145/3243176.3243195.
18271828
1828-
.. [#pep683] :pep:`683` -- Immortal Objects, Using a Fixed Refcount.
1829-
18301829
.. [#tid] https://github.com/colesbury/nogil/blob/f7e45d6bfbbd48c8d5cf851c116b73b85add9fc6/Include/object.h#L428-L455.
18311830
18321831
.. [#rcu] "What is RCU, Fundamentally?"
@@ -1871,8 +1870,6 @@ References
18711870
counting. Recent versions of Go use a non-generational garbage
18721871
collector. https://go.dev/blog/ismmkeynote.
18731872
1874-
.. [#nogil] https://github.com/colesbury/nogil.
1875-
18761873
.. [#nogil312] https://github.com/colesbury/nogil-3.12.
18771874
18781875
.. [#howto] Python HOWTOs.

0 commit comments

Comments
 (0)