消息 [109134]
> assert daysecondswhole == int(daysecondswhole) # can't overflow
> Since int is long in 3.x, this assert does not check anything
Even with 2.5 int(x) cannot overflow, and returns a long when needed!
This assert probably checks that the number has no fractional part. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-07-02 21:23:19 | amaury.forgeotdarc | 修改 | recipients:
+ amaury.forgeotdarc, lemburg, tim.peters, brett.cannon, rhettinger, mark.dickinson, belopolsky, pitrou, vstinner, techtonik, r.david.murray, brian.curtin, daniel.urban |
| 2010-07-02 21:23:19 | amaury.forgeotdarc | 修改 | messageid: <1278105799.03.0.334983474089.issue7989@psf.upfronthosting.co.za> |
| 2010-07-02 21:23:16 | amaury.forgeotdarc | 链接 | issue7989 messages |
| 2010-07-02 21:23:16 | amaury.forgeotdarc | 创建 | |
|