Walter Dörwald added the comment:

Looks much better. However shouldn't:

   exc->ob_type->tp_name

be:

   Py_TYPE(exc)->tp_name

(although there are still many spots in the source that still use 
ob_type->tp_name)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24102>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to