]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Work around _PyArg_NoKeywords moving to a private header in CPython 3.13 11500/head
authorBenjamin A. Beasley <code@musicinmybrain.net>
Sun, 16 Jun 2024 12:15:17 +0000 (08:15 -0400)
committerBenjamin A. Beasley <code@musicinmybrain.net>
Sun, 16 Jun 2024 12:38:44 +0000 (08:38 -0400)
commit8a5888b147022b4586d30dcd7159e4fa6a31ec0e
treed86f1f76dfcc95c339ef053e356f5ffb3a2fd89c
parentb13cdd19388a4c6d99647acc8632861e69bd25e1
Work around _PyArg_NoKeywords moving to a private header in CPython 3.13

See: https://github.com/python/cpython/issues/110964

Fixes: #11499
lib/sqlalchemy/cextension/resultproxy.c