From d0cdf1939a37e0712fd951cca82e95b7c170c851 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 10 Oct 2025 10:29:32 -0400 Subject: [PATCH] changelog edits Change-Id: I2d72ee3d8640c45efb6e6feb0f97df8d38d2236a --- doc/build/changelog/unreleased_20/12881.rst | 12 ++++++------ doc/build/changelog/unreleased_20/unblock314.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/build/changelog/unreleased_20/12881.rst b/doc/build/changelog/unreleased_20/12881.rst index 2b22d315e4..b4cc31df3e 100644 --- a/doc/build/changelog/unreleased_20/12881.rst +++ b/doc/build/changelog/unreleased_20/12881.rst @@ -3,12 +3,12 @@ :tickets: 12881 Implemented initial support for free-threaded Python by adding new tests - and reworking the test harness and GitHub Actions to include Python 3.13t - and Python 3.14t in test runs. Two concurrency issues have been identified - and fixed: the first involves initialization of the ``.c`` collection on a - ``FromClause``, a continuation of :ticket:`12302`, where an optional mutex - under free-threading is added; the second involves synchronization of the - pool "first_connect" event, which first received thread synchronization in + and reworking the test harness to include Python 3.13t and Python 3.14t in + test runs. Two concurrency issues have been identified and fixed: the first + involves initialization of the ``.c`` collection on a ``FromClause``, a + continuation of :ticket:`12302`, where an optional mutex under + free-threading is added; the second involves synchronization of the pool + "first_connect" event, which first received thread synchronization in :ticket:`2964`, however under free-threading the creation of the mutex itself runs under the same free-threading mutex. Support for free-threaded wheels on Pypi is implemented as well within the 2.1 series only. Initial diff --git a/doc/build/changelog/unreleased_20/unblock314.rst b/doc/build/changelog/unreleased_20/unblock314.rst index 500ee41fe9..6759aacf4b 100644 --- a/doc/build/changelog/unreleased_20/unblock314.rst +++ b/doc/build/changelog/unreleased_20/unblock314.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, installation + :tags: bug, platform Unblocked automatic greenlet installation for Python 3.14 now that there are greenlet wheels on pypi for python 3.14. -- 2.47.3