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 remi.lapeyre
Recipients gvanrossum, mark.dickinson, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-02-20.17:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> 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?

Shouldn't it try only __int__ since this will default to __index__ once #33039 is closed?
History
Date User Action Args
2019-02-20 17:14:30remi.lapeyresetrecipients: + remi.lapeyre, gvanrossum, mark.dickinson, vstinner, serhiy.storchaka
2019-02-20 17:14:30remi.lapeyresetmessageid: <[email protected]>
2019-02-20 17:14:30remi.lapeyrelinkissue36048 messages
2019-02-20 17:14:30remi.lapeyrecreate