]> 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:27 +0000 (15:41 -0500)
commitb0d9d5a44cdd5632d209149a6a6622073acee3da
tree1df70923114b38aa12fd4abb5b99228edc3de831
parente4f0afe06baa5d9b57d5b8cfe2647b943f2145e6
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
test/orm/test_events.py