Author: Armin Rigo <[email protected]>
Branch:
Changeset: r68841:07c5a6b6d96a
Date: 2014-01-22 12:27 +0100
http://bitbucket.org/pypy/pypy/changeset/07c5a6b6d96a/
Log: Backed out changeset 7cb3f52582ea
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -600,8 +600,8 @@
from pypy.module.cpyext.pyobject import Reference
# we hope that malloc removal removes the newtuple() that is
# inserted exactly here by the varargs specializer
+ rffi.stackcounter.stacks_counter += 1
llop.gc_stack_bottom(lltype.Void) # marker for trackgcroot.py
- rffi.stackcounter.stacks_counter += 1
retval = fatal_value
boxed_args = ()
try:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit