]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog edits
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Oct 2025 14:29:32 +0000 (10:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Oct 2025 14:29:47 +0000 (10:29 -0400)
Change-Id: I2d72ee3d8640c45efb6e6feb0f97df8d38d2236a
(cherry picked from commit d0cdf1939a37e0712fd951cca82e95b7c170c851)

doc/build/changelog/unreleased_20/12881.rst
doc/build/changelog/unreleased_20/unblock314.rst

index 2b22d315e4359068c26b3a5533c945564fc3863f..b4cc31df3e4ac399078f14674a7a02a53f1d3423 100644 (file)
@@ -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
index 500ee41fe9df394d8629985de626e034cb332927..6759aacf4bb61681ea8c98125203212eb6bb8598 100644 (file)
@@ -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.