]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
close unclosed sqlite result
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jan 2025 20:40:26 +0000 (15:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jan 2025 20:41:42 +0000 (15:41 -0500)
commita89b9729650d3cdbce1704e7159d8ac3b32f4f4b
treece8f30e1778f7ab0ca26ec8c2848d3a920702a8f
parent3304bc58a6d6d79db7c87fe4fe569a455a35a3b0
close unclosed sqlite result

this close is hoped to address failures that have been occurring
on github actions under python 3.13, although i am able to reproduce
the problem on other python versions as well when running
test/orm/test_events.py with the --random extension.

Change-Id: If0c4110815fd8625b39b2d74de26ac965401de14
(cherry picked from commit b0d9d5a44cdd5632d209149a6a6622073acee3da)
test/orm/test_events.py