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 francismb
Recipients Arfrever, francismb, jcea, mark.dickinson, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2014-05-13.16:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <53724837.90502@email.de>
In-reply-to <1399932350.54.0.0436623283077.issue21422@psf.upfronthosting.co.za>
Content
>
> What we want to test is that the return value is of type 'int', which is what Victor's test checks.
>
Thank you for the explanations!

for 2.7.6 type(2 << 62) is <type 'long'> and type(2 << 61) is
<type 'int'> (I suppose it's analogous in a 32 bit machine
around type(2 << 30) so I just wanted to test on that limits).

Is that still relevant? or is too much detail and we should stop here.

Regards,
francis
History
Date User Action Args
2014-05-13 16:28:57francismbsetrecipients: + francismb, rhettinger, jcea, mark.dickinson, pitrou, vstinner, Arfrever, r.david.murray, python-dev, serhiy.storchaka
2014-05-13 16:28:57francismblinkissue21422 messages
2014-05-13 16:28:57francismbcreate