[issue5787] object.__getattribute__(super, '__bases__') crashes the interpreter.

Aleksi Torhamo report at bugs.python.org
Sun Apr 19 03:32:09 CEST 2009


Aleksi Torhamo <alexerion+pythonbugs at gmail.com> added the comment:

Stumbled upon a few more.

python2.4/2.5: socket.SSLType re._pattern_type weakref.ProxyType
weakref.CallableProxyType
python2.6/2.7: weakref.ProxyType weakref.CallableProxyType
python3.0: weakref.ProxyType weakref.CallableProxyType _abcoll.dict_proxy

I'll also mention MLab.arraytype and MLab.UfuncType, though they are in
a third-party module..

Btw, should this be kept open until this is backported to 2.4/2.5 as well?

----------
status: closed -> open

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


More information about the Python-bugs-list mailing list