diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-11-03-15-07-15.gh-issue-126366.nd_LOu.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-03-15-07-15.gh-issue-126366.nd_LOu.rst index a72d853f428de9..a29684fbaab824 100644 --- a/Misc/NEWS.d/next/Core_and_Builtins/2024-11-03-15-07-15.gh-issue-126366.nd_LOu.rst +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-03-15-07-15.gh-issue-126366.nd_LOu.rst @@ -1 +1 @@ -Fix possible data race on iterables in :meth:`list.__init__` on the free-threaded build. +Fix possible data race on iterables in :meth:`!list.__init__` on the free-threaded build.