• Jim Fulton's avatar
    Greatly simplified the internal dance to create, open, and close · 9cc93561
    Jim Fulton authored
    connections.   Connections now get their database and related data
    when they are constructed.  They no longer throw away this information
    when they are closed.  (The old design that threw away the database
    and related data did so to avoid memory leaks in Python 1.)
    
    Fixed a multi-database connection-management bug. (The fix
    necessitated the simplification.)
    9cc93561
testZODB.py 24.4 KB