[pypy-commit] pypy gc-minimark-pinning: oops

fijal noreply at buildbot.pypy.org
Sun Apr 15 19:04:08 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: gc-minimark-pinning
Changeset: r54373:1b620d7189ac
Date: 2012-04-15 19:03 +0200
http://bitbucket.org/pypy/pypy/changeset/1b620d7189ac/

Log:	oops

diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py
--- a/pypy/rpython/lltypesystem/rffi.py
+++ b/pypy/rpython/lltypesystem/rffi.py
@@ -739,8 +739,6 @@
         # if 'buf' points inside 'data'.  This is only possible if we
         # followed the 2nd case in get_nonmovingbuffer(); in the first case,
         # 'buf' points to its own raw-malloced memory.
-        import pdb
-        pdb.set_trace()
         data = llstrtype(data)
         data_start = cast_ptr_to_adr(data) + \
             offsetof(STRTYPE, 'chars') + itemoffsetof(STRTYPE.chars, 0)


More information about the pypy-commit mailing list