Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r4193:80057c82b30f Date: 2012-04-14 19:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/80057c82b30f/
Log: Grr diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -18,6 +18,7 @@ If called inside another transaction, it will suspend it until the result is available, i.e. until the first transaction commits. Can be used even if the result is not used, just to ensure some ordering. + XXX but can that be emulated in transaction.py??? * (later, maybe) allow nested transactions: either by calling transaction.run() inside transactions too, or with actual objects _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
