Message205890
| Author | mark.dickinson |
|---|---|
| Recipients | Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, ncoghlan, serhiy.storchaka, vstinner |
| Date | 2013-12-11.07:37:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1386747429.05.0.533730294119.issue17576@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Yes, the PyLong_As... conversions are a mess. In theory, they should all use __index__ if available, and ignore __int__. In practice, it's a mess that's difficult to change without breaking things. I think there are already some other issues open on this subject. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-11 07:37:09 | mark.dickinson | set | recipients: + mark.dickinson, barry, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, eric.snow, serhiy.storchaka |
| 2013-12-11 07:37:09 | mark.dickinson | set | messageid: <1386747429.05.0.533730294119.issue17576@psf.upfronthosting.co.za> |
| 2013-12-11 07:37:09 | mark.dickinson | link | issue17576 messages |
| 2013-12-11 07:37:08 | mark.dickinson | create | |