Author: Faye Zhao <[email protected]>
Branch:
Changeset: r81431:ac941720d6fb
Date: 2015-12-23 07:09 +0000
http://bitbucket.org/pypy/pypy/changeset/ac941720d6fb/
Log: Remove debug prints
diff --git a/pypy/module/cpyext/test/test_typeobject.py
b/pypy/module/cpyext/test/test_typeobject.py
--- a/pypy/module/cpyext/test/test_typeobject.py
+++ b/pypy/module/cpyext/test/test_typeobject.py
@@ -417,8 +417,6 @@
PyIntObject *attr1 = obj->ob_type->tp_getattro(obj, name);
if (attr1->ob_ival != value->ob_ival)
{
- printf("attr1->ob_ival = %ld\\n", attr1->ob_ival);
- printf("value->ob_ival = %ld\\n", value->ob_ival);
PyErr_SetString(PyExc_ValueError,
"tp_getattro returned wrong value");
return NULL;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit