[pypy-commit] pypy default: whoops

mattip noreply at buildbot.pypy.org
Sun Sep 13 14:02:16 CEST 2015


Author: mattip <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list