Commits

Nic Watson authored 90ee0040bb4
Fix txn caching segmentation fault. #311 By the time the trans_dealloc callback gets called, the object is already partially torn down. Stop caching the Python transaction object, instead cache the LMDB transaction object. Currently only caches exactly 1 transaction. The parameter to Environment 'max_spare_txns' is ignored.