This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Carl.Friedrich.Bolz, debedb, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2009-10-11.18:07:59
SpamBayes Score 1.3055284e-06
Marked as misclassified No
Message-id <1255284481.94.0.0163704558311.issue5377@psf.upfronthosting.co.za>
In-reply-to
Content
Carl, thanks for that.  I was just thinking about abandoning this issue 
as not worth fixing.

I need to look at Victor's patch again, but I recall that there were 
still some issues:  e.g., if the __int__ method of some class returns a 
bool, that still ends up getting returned as a bool rather than an int.  
Getting everything exactly right seemed fiddly enough to make it not 
worth the effort.

Would the bool/int distinction matter to PyPy?
History
Date User Action Args
2009-10-11 18:08:02mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, terry.reedy, vstinner, Carl.Friedrich.Bolz, debedb
2009-10-11 18:08:01mark.dickinsonsetmessageid: <1255284481.94.0.0163704558311.issue5377@psf.upfronthosting.co.za>
2009-10-11 18:08:00mark.dickinsonlinkissue5377 messages
2009-10-11 18:07:59mark.dickinsoncreate