From 819bc4e78b0af99e89fd41ef41a8c6661b11c003 Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Thu, 10 Oct 2024 15:28:55 +0000 Subject: [PATCH] Fix blurb --- .../2024-10-10-14-47-13.gh-issue-125221.nfSQzT.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-10-10-14-47-13.gh-issue-125221.nfSQzT.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-10-14-47-13.gh-issue-125221.nfSQzT.rst index 4aa33545e27655..c79650c3a64feb 100644 --- a/Misc/NEWS.d/next/Core_and_Builtins/2024-10-10-14-47-13.gh-issue-125221.nfSQzT.rst +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-10-14-47-13.gh-issue-125221.nfSQzT.rst @@ -1,2 +1,2 @@ -Fix possible race condition when calling :meth:`__reduce_ex__` for the first -time in the free threading build. +Fix possible race condition when calling :meth:`~object.__reduce_ex__` for the +first time in the free threading build.