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 Carl.Friedrich.Bolz
Recipients Carl.Friedrich.Bolz, debedb, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2009-10-11.18:13:09
SpamBayes Score 0.0047247396
Marked as misclassified No
Message-id <4AD2202F.6020609@gmx.de>
In-reply-to <1255284481.94.0.0163704558311.issue5377@psf.upfronthosting.co.za>
Content
[...]
> Would the bool/int distinction matter to PyPy?

No, it's really mostly about longs and ints, because RPython does not 
have automatic overflowing of ints to longs (the goal is really to 
translate ints them to C longs with normal C overflow behaviour). I 
would understand if you decide for wontfix, because you are not supposed 
to care about int/long and as I said, PyPy is a special case.

Thanks,

Carl Friedrich
History
Date User Action Args
2009-10-11 18:13:10Carl.Friedrich.Bolzsetrecipients: + Carl.Friedrich.Bolz, rhettinger, terry.reedy, mark.dickinson, vstinner, debedb
2009-10-11 18:13:09Carl.Friedrich.Bolzlinkissue5377 messages
2009-10-11 18:13:09Carl.Friedrich.Bolzcreate