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
收信人 gvanrossum, mark.dickinson, serhiy.storchaka, vstinner
日期 2019-02-20.15:54:36
SpamBayes Score -1.0
Marked as misclassified
Message-id <1550678076.66.0.681479669046.issue36048@roundup.psfhosted.org>
In-reply-to
内容
I am not sure what to with the int constructor. Should it try __index__ before __int__? Or just make __index__ without __int__ setting the nb_int slot as was proposed by Nick in issue33039?
历史
日期 用户 动作 参数
2019-02-20 15:54:36serhiy.storchaka修改recipients: + serhiy.storchaka, gvanrossum, mark.dickinson, vstinner
2019-02-20 15:54:36serhiy.storchaka修改messageid: <1550678076.66.0.681479669046.issue36048@roundup.psfhosted.org>
2019-02-20 15:54:36serhiy.storchaka链接issue36048 messages
2019-02-20 15:54:36serhiy.storchaka创建