mirror of
https://github.com/python/cpython.git
synced 2026-05-21 11:54:48 -04:00
318af47512
between a TestCase instance, the database it opened (or a cursor to a database) and a bound method as a registered database callback, and a lack of GC-handling in bsddb caused the TestCases to linger. Fix the test, for now, as backward compatibility makes adding GC to bsddb annoying.