Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r56850:b2825283786e
Date: 2012-08-25 16:26 +0200
http://bitbucket.org/pypy/pypy/changeset/b2825283786e/

Log:    Oups, one too much. (Shows up in some test failure in
        pypy/module/test_lib_pypy/ctypes_tests.)

diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
--- a/lib_pypy/_ctypes/basics.py
+++ b/lib_pypy/_ctypes/basics.py
@@ -174,7 +174,6 @@
     # imports
     return pointer(cdata)
 
-@builtinify
 def cdata_from_address(self, address):
     # fix the address: turn it into as unsigned, in case it's a negative number
     address = address & (sys.maxint * 2 + 1)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to