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 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:20christian.heimessetrecipients: + christian.heimes, ajaksu2
2008-08-24 19:58:20christian.heimessetmessageid: <1219607900.63.0.209616051372.issue3661@psf.upfronthosting.co.za>
2008-08-24 19:58:19christian.heimeslinkissue3661 messages
2008-08-24 19:58:19christian.heimescreate