Author: mattip <[email protected]>
Branch: 
Changeset: r79606:13eb1145d947
Date: 2015-09-13 15:02 +0300
http://bitbucket.org/pypy/pypy/changeset/13eb1145d947/

Log:    whoops

diff --git a/pypy/module/_rawffi/array.py b/pypy/module/_rawffi/array.py
--- a/pypy/module/_rawffi/array.py
+++ b/pypy/module/_rawffi/array.py
@@ -89,7 +89,6 @@
         # function call, ffi_call() writes 8 bytes into it even if the
         # function's result type asks for less.
         memsize = clibffi.adjust_return_size(memsize)
-        import pdb;pdb.set_trace()
         W_DataInstance.__init__(self, space, memsize, address)
         self.length = length
         self.shape = shape
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to