消息 [313287]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2018-03-05 21:16:06 | josh.r | 修改 | recipients:
+ josh.r, terry.reedy, benjamin.peterson, trent, Arfrever, r.david.murray, amitava.b |
| 2018-03-05 21:16:06 | josh.r | 修改 | messageid: <1520284566.32.0.467229070634.issue20092@psf.upfronthosting.co.za> |
| 2018-03-05 21:16:06 | josh.r | 链接 | issue20092 messages |
| 2018-03-05 21:16:06 | josh.r | 创建 | |
|