Merge the jeremy-txn-branch to the head.
This branch introduces a new transaction API. The key features are: - top-level functions in transaction -- get(), commit(), abort() - explicit transaction manager objects - Transaction objects are used for exactly one transaction - support for transaction synchronizers The changes here are still provisional, but we want to get them off an obscure branch and onto the head for further development.
Showing
This diff is collapsed.
src/transaction/_manager.py
0 → 100644
This diff is collapsed.
src/transaction/notes.txt
0 → 100644
This diff is collapsed.
Please register or sign in to comment