Message71856
| Author | christian.heimes |
|---|---|
| Recipients | ajaksu2, christian.heimes |
| Date | 2008-08-24.19:58:19 |
| SpamBayes Score | 1.1887172e-06 |
| Marked as misclassified | No |
| Message-id | <1219607900.63.0.209616051372.issue3661@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The function call fails much earlier in debug builds. sys_call_tracing() doesn't check the type of the second argument. It must be a tuple because it's directly passed to the PyObject_Call() API. Suggestion: Add an explicit type check for PyTupleType the sys_call_tracing() function Check 2.6, too |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-24 19:58:20 | christian.heimes | set | recipients: + christian.heimes, ajaksu2 |
| 2008-08-24 19:58:20 | christian.heimes | set | messageid: <1219607900.63.0.209616051372.issue3661@psf.upfronthosting.co.za> |
| 2008-08-24 19:58:19 | christian.heimes | link | issue3661 messages |
| 2008-08-24 19:58:19 | christian.heimes | create | |