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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, pitrou
Date 2012-07-27.12:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343393633.48.0.900362218772.issue15466@psf.upfronthosting.co.za>
In-reply-to
Content
I realize that uppercase I and lowercase L are easily confused:

On first row, 'I' (=TYPE_INT64) followed by 0xFFFFFFFF on 8 bytes.
On second row, 'l' (=TYPE_LONG) followed by 3 followed by 0xFFFFFFFF (in 3 chunks of 15 bits).
History
Date User Action Args
2012-07-27 12:53:53amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou
2012-07-27 12:53:53amaury.forgeotdarcsetmessageid: <1343393633.48.0.900362218772.issue15466@psf.upfronthosting.co.za>
2012-07-27 12:53:52amaury.forgeotdarclinkissue15466 messages
2012-07-27 12:53:52amaury.forgeotdarccreate