From ebdeb8d0a42619032624c8b72fa1872b9bc47c18 Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Fri, 16 Aug 2024 22:30:56 -0400 Subject: [PATCH] Document that we can debug python3.13t Signed-off-by: Matt Wozniski --- news/206.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/206.feature.rst diff --git a/news/206.feature.rst b/news/206.feature.rst new file mode 100644 index 0000000..2747c2c --- /dev/null +++ b/news/206.feature.rst @@ -0,0 +1 @@ +Support debugging free-threading (a.k.a. "nogil") Python 3.13 builds. Note that PyStack can't itself be run with ``python3.13t``, it can only attach to a ``python3.13t`` process or core file from another interpreter.