From 558d2066c00d5e0db6e3dffecd1ea0ebf31b7cd1 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Sat, 28 Jan 2023 14:24:19 +0800 Subject: [PATCH] PEP 699: Add implementation link (#2984) Co-authored-by: C.A.M. Gerlach --- pep-0699.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0699.rst b/pep-0699.rst index d655528f4..75bd3e30e 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 ==============