Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r66888:6cadba559578
Date: 2013-09-09 18:12 -0700
http://bitbucket.org/pypy/pypy/changeset/6cadba559578/
Log: oops
diff --git a/pypy/objspace/std/objecttype.py b/pypy/objspace/std/objecttype.py
--- a/pypy/objspace/std/objecttype.py
+++ b/pypy/objspace/std/objecttype.py
@@ -15,12 +15,7 @@
if not e.match(space, space.w_TypeError):
raise
else:
- try:
- classname = u'%s.%s' % (modulename, classname)
- except:
- try: from nose.tools import set_trace
- except ImportError: from pdb import set_trace
- set_trace()
+ classname = u'%s.%s' % (modulename, classname)
return w_obj.getrepr(space, u'%s object' % (classname,))
def descr__str__(space, w_obj):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit