[issue14334] Crash: getattr(type, '__getattribute__')(type, type)

Amaury Forgeot d'Arc report at bugs.python.org
Fri Mar 16 15:04:56 CET 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

One-line crasher:
  type.__getattribute__(type, type)
Python 2.7 does not crash reliably, but is not exempt from the bug:
  type.__getattribute__(type, 1.1j)

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14334>
_______________________________________


More information about the Python-bugs-list mailing list