This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients arigo, eli.bendersky, eric.snow, ethan.furman, ronaldoussoren
Date 2013-09-06.20:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378500911.28.0.499034305799.issue16938@psf.upfronthosting.co.za>
In-reply-to
Content
"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 ;) .
History
Date User Action Args
2013-09-06 20:55:11ethan.furmansetrecipients: + ethan.furman, arigo, ronaldoussoren, eli.bendersky, eric.snow
2013-09-06 20:55:11ethan.furmansetmessageid: <1378500911.28.0.499034305799.issue16938@psf.upfronthosting.co.za>
2013-09-06 20:55:11ethan.furmanlinkissue16938 messages
2013-09-06 20:55:11ethan.furmancreate