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.
See also: D1381
Differential D1384
Explicitely give Db connections back to the pool. vlorentz on Apr 9 2019, 4:56 PM. Authored by
Details
So they gracefully release the connection on error instead See also: D1381
Diff Detail
Event TimelineComment Actions Build is green
|