消息 [344681]
Mark, I think you can reopen the PR and merge it in 3.9 now.
As for my proposition to use the FutureWarning first, I think it is not necessary. The behavior change is very subtle and will affects only int subclasses with overridden __index__. Similar changes (preferring __index__ over __int__) have been made in 3.8 without preceding FutureWarning. And similar minor changes were made in the past.
On other hand, I am not sure that __index__ should be used for int subclasses. We already have the int content, so we can create an exact int with _PyLong_Copy(). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2019-06-05 07:39:45 | serhiy.storchaka | 修改 | recipients:
+ serhiy.storchaka, barry, rhettinger, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, python-dev, eric.snow, mjacob |
| 2019-06-05 07:39:45 | serhiy.storchaka | 修改 | messageid: <1559720385.55.0.532067464244.issue17576@roundup.psfhosted.org> |
| 2019-06-05 07:39:45 | serhiy.storchaka | 链接 | issue17576 messages |
| 2019-06-05 07:39:45 | serhiy.storchaka | 创建 | |
|