➜

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.

作者 serhiy.storchaka
收信人 alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, serhiy.storchaka, vstinner
日期 2013-05-10.06:03:37
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1368165817.7.0.49653127526.issue17576@psf.upfronthosting.co.za>
In-reply-to
内容
if (PyLong_CheckExact(item) || (PyLong_Check(item) &&
    item->ob_type->tp_as_number->nb_index == PyLong_Type.tp_as_number->nb_index))
历史
日期 用户 动作 参数
2013-05-10 06:03:37serhiy.storchaka修改recipients: + serhiy.storchaka, barry, mark.dickinson, vstinner, alex, docs@python, ethan.furman, eric.snow
2013-05-10 06:03:37serhiy.storchaka修改messageid: <1368165817.7.0.49653127526.issue17576@psf.upfronthosting.co.za>
2013-05-10 06:03:37serhiy.storchaka链接issue17576 messages
2013-05-10 06:03:37serhiy.storchaka创建