From 036157caa52186ace71d2c3c37ab99941cf81a0b Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Mon, 21 Aug 2023 11:50:03 -0700 Subject: [PATCH] Add link to PEP --- Doc/using/configure.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 366af74f33ed89..50e5cebcc6d234 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -190,6 +190,8 @@ General Options Enables experimental support for running Python without the :term:`global interpreter lock` (GIL). + See :pep:`703` "Making the Global Interpreter Lock Optional in CPython". + .. versionadded:: 3.13 WebAssembly Options