Message313287
| Author | josh.r |
|---|---|
| Recipients | Arfrever, amitava.b, benjamin.peterson, josh.r, r.david.murray, terry.reedy, trent |
| Date | 2018-03-05.21:16:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1520284566.32.0.467229070634.issue20092@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Pingback from #33002, which is caused by the fact that parts of the CPython code base that use PyNumber_Index for type conversion still pre-check for valid types with PyNumber_Check, meaning that a type with __index__ and not __int__ gets erroneously rejected by the pre-check. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-05 21:16:06 | josh.r | set | recipients: + josh.r, terry.reedy, benjamin.peterson, trent, Arfrever, r.david.murray, amitava.b |
| 2018-03-05 21:16:06 | josh.r | set | messageid: <1520284566.32.0.467229070634.issue20092@psf.upfronthosting.co.za> |
| 2018-03-05 21:16:06 | josh.r | link | issue20092 messages |
| 2018-03-05 21:16:06 | josh.r | create | |