Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r4084:3e2e98a4aee4 Date: 2012-02-05 11:22 +0100 http://bitbucket.org/pypy/extradoc/changeset/3e2e98a4aee4/
Log: add a comment diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -126,6 +126,9 @@ << NOW: straightforward >> +TODO: how do we handle MemoryErrors when making a local copy?? +Maybe force the transaction to abort, and then re-raise MemoryError + End-of-transaction collections ------------------------------ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
