Skip to content

Commit 3c86813

Browse files
committed
new ref impl
1 parent eef74f3 commit 3c86813

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

peps/pep-0661.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,9 @@ This proposal should have no security implications.
272272
Reference Implementation
273273
========================
274274

275-
A previous reference implementation is found in a dedicated GitHub repo [7]_.
276-
Following the Steering Council's feedback, the implementation should be
277-
simplified before being proposed for CPython. A sketch of the intended
278-
behavior follows::
275+
A reference implementation is available as a CPython pull request [10]_. A
276+
previous reference implementation is found in a dedicated GitHub repo [7]_.
277+
A sketch of the intended behavior follows::
279278

280279
class sentinel:
281280
"""Unique sentinel values."""
@@ -547,6 +546,7 @@ Footnotes
547546
.. [7] `Reference implementation at the taleinat/python-stdlib-sentinels GitHub repo <https://github.com/taleinat/python-stdlib-sentinels>`_
548547
.. [8] `bpo-35712: Make NotImplemented unusable in boolean context <https://github.com/python/cpython/issues/79893>`_
549548
.. [9] `Discussion thread about type signatures for these sentinels on the typing-sig mailing list <https://mail.python.org/archives/list/typing-sig@python.org/thread/NDEJ7UCDPINP634GXWDARVMTGDVSNBKV/#LVCPTY26JQJW7NKGKGAZXHQKWVW7GOGL>`_
549+
.. [10] `CPython reference implementation <https://github.com/JelleZijlstra/cpython/pull/4>`_
550550
551551
552552
Copyright

0 commit comments

Comments
 (0)