[pypy-commit] extradoc extradoc: A hard bug

arigo noreply at buildbot.pypy.org
Sun Aug 26 12:04:07 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r4728:1fd0c3616e8b
Date: 2012-08-26 12:03 +0200
http://bitbucket.org/pypy/extradoc/changeset/1fd0c3616e8b/

Log:	A hard bug

diff --git a/talk/stm2012/stmimpl.rst b/talk/stm2012/stmimpl.rst
--- a/talk/stm2012/stmimpl.rst
+++ b/talk/stm2012/stmimpl.rst
@@ -567,6 +567,7 @@
         for (R, L, v) in gcroots:
             if v != 0:
                 R->h_revision = v
+                reset the entry in gcroots to v=0
 
     def AbortTransaction():
         CancelLocks()


More information about the pypy-commit mailing list