Author: Armin Rigo <[email protected]> Branch: stm Changeset: r48793:3bb22324bde9 Date: 2011-11-05 17:24 +0100 http://bitbucket.org/pypy/pypy/changeset/3bb22324bde9/
Log: Added a file in that branch too to memorize things to do. diff --git a/pypy/doc/discussion/stm_todo.txt b/pypy/doc/discussion/stm_todo.txt new file mode 100644 --- /dev/null +++ b/pypy/doc/discussion/stm_todo.txt @@ -0,0 +1,7 @@ +Things I changed (or hacked) outside the pypy/translator/stm +directory and that need to be cleaned up before the 'stm' +branch can be merged:: + + 2869bd44f830 Make the exc_data structure a thread-local. + + c456e6bccc2a gc_can_move returns always True. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
