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 ajaksu2
Recipients ajaksu2, mark.dickinson, theller, vdupras
Date 2009-05-12.06:08:26
SpamBayes Score 1.9142759e-05
Marked as misclassified No
Message-id <1242108570.13.0.237337932889.issue1741130@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, Virgil: Thanks for correcting my wrong assessment!

The lucky TypeError comes from rev 68120.

It looks like that error message in trunk is due to a "PyNumber_And(v,
pylong_ulong_mask)" when v isn't a PyNumber. I've added a "get_pylong(v)
== NULL" check in the attached patch, but my C is weak :)
History
Date User Action Args
2009-05-12 06:09:35ajaksu2setrecipients: + ajaksu2, theller, mark.dickinson, vdupras
2009-05-12 06:09:30ajaksu2setmessageid: <1242108570.13.0.237337932889.issue1741130@psf.upfronthosting.co.za>
2009-05-12 06:09:23ajaksu2linkissue1741130 messages
2009-05-12 06:09:18ajaksu2create