Author: Armin Rigo
Branch:
Changeset: r80044:27d3379e61b6
Date: 2015-10-08 11:59 +0200
http://bitbucket.org/pypy/pypy/changeset/27d3379e61b6/
Log:Bug and fix for stacklets on shdowstack: in some cases we have
garbage in s_sscopy, and the custom tracer runs at that point
diff --git a
Author: Armin Rigo
Branch:
Changeset: r44249:79205a147ee3
Date: 2011-05-17 15:59 +0200
http://bitbucket.org/pypy/pypy/changeset/79205a147ee3/
Log:Bug and fix.
diff --git a/pypy/objspace/std/inttype.py b/pypy/objspace/std/inttype.py
--- a/pypy/objspace/std/inttype.py
+++ b/pypy/objspace/std/