diff --git a/pep-0699.rst b/pep-0699.rst index a7597ac74d0..1075d218fec 100644 --- a/pep-0699.rst +++ b/pep-0699.rst @@ -91,6 +91,13 @@ are commonly used, and any increase in their memory consumption will adversely affect Python’s performance. +Reference Implementation +======================== + +A reference implementation can be found in +`python/cpython#101193 `_. + + Special Thanks ==============