]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
be more aggressive in removing all references
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Nov 2025 18:14:48 +0000 (13:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Nov 2025 18:14:48 +0000 (13:14 -0500)
commitb3fa4fae23cc326645d257ceaae35c979311fe2c
tree8519ceec30202f1f4b24c98eac6bdbf5c461148a
parent59f29eef152af6dd4dd05a5bfaa587d4a2f7be92
be more aggressive in removing all references

python3.14t is showing connections being referenced and not finalized.
explicit closes/disposes and such dont seem to be working but
ensuring globs are cleared out is working better

Change-Id: I0c53f7702027e37ad11bd6e15e828900c8f52213
test/base/test_tutorials.py