[New-bugs-announce] [issue7053] wrong overload of slot wrapper

Mattelaer report at bugs.python.org
Sun Oct 4 09:56:01 CEST 2009


New submission from Mattelaer <olivier.mattelaer at uclouvain.be>:

wrong redirection of slot wrapper:

class.__iter__=list.__iter__
doesn't work. (the __iter__ still refer to the one define in class)

The file in attachment shows an example of this problem

----------
components: None
files: test.py
messages: 93522
nosy: omatt
severity: normal
status: open
title: wrong overload of slot wrapper
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file15034/test.py

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


More information about the New-bugs-announce mailing list