Armin Rigo <ar...@users.sourceforge.net> added the comment:

All the missing type slots I reported can cause incorrect behavior very similar 
to the one reported originally.  For example (in Python 2.7):

    class I(int): pass
    i = I(123)
    hex(i)                   => '0x7b'
    hex(weakref.proxy(i))    => TypeError

I think that the present bug report is fine to report these as bugs, as I don't 
see the point of opening another bug report with the same title.  I will just 
re-mark this issue as "open - not resolved".

----------
resolution: accepted -> 
status: pending -> open

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

Reply via email to