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.

作者 pitrou
收信人 giampaolo.rodola, loewis, pitrou, rosslagerwall
日期 2011-02-26.08:11:04
SpamBayes Score 0.00014459155
Marked as misclassified
Message-id <1298707867.81.0.604079085855.issue10866@psf.upfronthosting.co.za>
In-reply-to
内容
I'm not sure why you use PyTuple_Size() and PyTuple_GetItem().
You should be able to do a first call to PyArg_ParseTuple() (using the "S" specifier to mandate a bytes object), and call PyErr_Clear() and fallback to the second PyArg_ParseTuple() if the first one fails.
历史
日期 用户 动作 参数
2011-02-26 08:11:07pitrou修改recipients: + pitrou, loewis, giampaolo.rodola, rosslagerwall
2011-02-26 08:11:07pitrou修改messageid: <1298707867.81.0.604079085855.issue10866@psf.upfronthosting.co.za>
2011-02-26 08:11:04pitrou链接issue10866 messages
2011-02-26 08:11:04pitrou创建