Ethan Furman added the comment:

"Crash" is probably too strong.  help() runs, but doesn't return anything 
useful.

Metaclasses aside, I think the real issue here is objects that don't have 
__objclass__ defined.  __objclass__ has been around for over a decade (see 
PEP-0252), and with that `inspect` works fine (aside from metaclasses ;) .

----------

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

Reply via email to