-
- Downloads
Explicitely give Db connections back to the pool.
So they gracefully release the connection on error instead of relying on reference-counting to call the Db's `__del__` (which does not happen in Hypothesis tests) because a ref to it is kept via the traceback object.
parent
d54f0afb
No related branches found
Tags v0.0.59
Please register or sign in to comment