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, james.sanders, r.david.murray
Date 2012-08-24.10:28:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345804107.26.0.369954358658.issue15753@psf.upfronthosting.co.za>
In-reply-to
Content
The failing assertion is the "assert(PyTuple_Check(obj))" added by your patch.
At this point, "obj" is not the arguments tuple, but the first entry in "f->f_localsplus". Maybe this block should be moved a bit earlier?
History
Date User Action Args
2012-08-24 10:28:27amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, r.david.murray, james.sanders
2012-08-24 10:28:27amaury.forgeotdarcsetmessageid: <1345804107.26.0.369954358658.issue15753@psf.upfronthosting.co.za>
2012-08-24 10:28:25amaury.forgeotdarclinkissue15753 messages
2012-08-24 10:28:25amaury.forgeotdarccreate