]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
SQLAlchemy 1.4: Fix building the C extension on Python 3.13
authorBenjamin A. Beasley <code@musicinmybrain.net>
Thu, 20 Jun 2024 15:02:39 +0000 (11:02 -0400)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Jun 2024 17:39:02 +0000 (17:39 +0000)
commitfc66fda85e30718a384e9d214b927842cbc7d442
treed984eeb7cf5ce4db5d1fd9a164836ce3cdfc2cfd
parent18272c5838090a74dab8e121a507ba5b6284bfb1
SQLAlchemy 1.4: Fix building the C extension on Python 3.13

Adjustments to the C extensions, which are specific to the SQLAlchemy 1.x
series, to work under Python 3.13.  Pull request courtesy Ben Beasley.

Fixes: #11499
Closes: #11500
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/11500
Pull-request-sha: 8a5888b147022b4586d30dcd7159e4fa6a31ec0e

Change-Id: I1943eb387f9b075bf07e179f7a24762236e234bf
doc/build/changelog/unreleased_14/11499.rst [new file with mode: 0644]
lib/sqlalchemy/cextension/resultproxy.c