exasol / pyexasol

Exasol Python driver with low overhead, fast HTTP transport and compression
MIT License
72 stars 39 forks source link

Add basic gc tests #141

Closed Nicoretti closed 2 months ago

Nicoretti commented 2 months ago

Add basic GC tests to ensure the implementation does not contain any accidental reference cycles which would prevent cleanup/garbage collection.