Author: mattip <[email protected]>
Branch: cpyext-ext
Changeset: r83683:f85aaa2e601f
Date: 2016-04-15 10:25 +0300
http://bitbucket.org/pypy/pypy/changeset/f85aaa2e601f/
Log: remove printing
diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py
--- a/pypy/module/cpyext/typeobject.py
+++ b/pypy/module/cpyext/typeobject.py
@@ -280,11 +280,6 @@
try:
subtype = rffi.cast(PyTypeObjectPtr, make_ref(space, w_subtype))
- if subtype == self_pytype:
- print 'recursion detected???'
- print 'calling tp_new of %s with %s' % (
- rffi.charp2str(self_pytype.c_tp_name),
- rffi.charp2str(subtype.c_tp_name))
w_obj = generic_cpy_call(space, tp_new, subtype, w_args, w_kwds)
finally:
Py_DecRef(space, w_subtype)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit