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
收信人 Arfrever, Jim.Jewett, Mark.Shannon, alex, asvetlov, benjamin.peterson, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, mrabarnett, ncoghlan, ned.deily, pitrou, python-dev, refi64, rhettinger, scoder, serhiy.storchaka, tonn81, westurner, yselivanov
日期 2015-05-30.05:02:40
SpamBayes Score -1.0
Marked as misclassified
Message-id <1705079.8CgS8uXsvX@raxxla>
In-reply-to <1432960544.15.0.198036494048.issue16991@psf.upfronthosting.co.za>
内容
PyObject_TypeCheck() should be used instead of PyObject_IsInstance() (see 
issue24257).

Perhaps Py_ODict_GetItemId() should be private API as relevant dict function.
历史
日期 用户 动作 参数
2015-05-30 05:02:40serhiy.storchaka修改recipients: + serhiy.storchaka, rhettinger, gregory.p.smith, ncoghlan, pitrou, scoder, eric.smith, benjamin.peterson, ned.deily, ezio.melotti, eric.araujo, mrabarnett, Arfrever, alex, asvetlov, flox, Mark.Shannon, python-dev, eric.snow, Jim.Jewett, yselivanov, westurner, refi64, josh.r, tonn81, introom
2015-05-30 05:02:40serhiy.storchaka链接issue16991 messages
2015-05-30 05:02:40serhiy.storchaka创建