Mark Dickinson <dicki...@gmail.com> added the comment:

I'd be open to re-allowing use of __int__ (and __long__) consistently for all 
integer packing codes in 2.7, as a temporary measure;  I'd really prefer not to 
allow this for 3.x.

What would make more sense, IMO, would be to allow use of the __index__ method 
(in both 2.7 and 3.x) to convert custom non-integer classes to integers before 
packing;  this is supposed to be the modern approach to creating integer-like 
classes that can be used as integers (e.g., in list indices).  Andreas, would 
this work for you, or do you need to be able to use __int__ and/or __long__?

Re-opening while we're discussing this.

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

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

Reply via email to