Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r67138:ccabdc2acd00
Date: 2013-09-29 21:04 -0700
http://bitbucket.org/pypy/pypy/changeset/ccabdc2acd00/

Log:    Don't hardcode this address

diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py 
b/pypy/module/pypyjit/test_pypy_c/test_thread.py
--- a/pypy/module/pypyjit/test_pypy_c/test_thread.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_thread.py
@@ -80,7 +80,7 @@
         guard_false(i63, descr=...)
         p64 = force_token()
         setfield_gc(p0, p64, descr=<FieldP 
pypy.interpreter.pyframe.PyFrame.vable_token .*>)
-        call_release_gil(4312494624, i36, descr=<Callv 0 i EF=6>)
+        call_release_gil(..., i36, descr=<Callv 0 i EF=6>)
         guard_not_forced(descr=...)
         guard_no_exception(descr=...)
         guard_not_invalidated(descr=...)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to