Message87607
| 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:35 | ajaksu2 | set | recipients: + ajaksu2, theller, mark.dickinson, vdupras |
| 2009-05-12 06:09:30 | ajaksu2 | set | messageid: <1242108570.13.0.237337932889.issue1741130@psf.upfronthosting.co.za> |
| 2009-05-12 06:09:23 | ajaksu2 | link | issue1741130 messages |
| 2009-05-12 06:09:18 | ajaksu2 | create | |