]> granicus.if.org Git - python/commit
bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_int...
authorOren Milman <orenmn@gmail.com>
Tue, 19 Sep 2017 12:58:11 +0000 (15:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Sep 2017 12:58:11 +0000 (15:58 +0300)
commit865e4b4f630e2ae91e61239258abb58b488f1d65
tree3c3ae126a58e5a9e7dddef58d305fc6faafad54e
parent9974e1bcf3d0cec9b38b39b39b7ec8a1ebd9ef54
bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (#3227)
Lib/test/datetimetester.py
Misc/NEWS.d/next/Core and Builtins/2017-08-28-17-51-42.bpo-31293.eMYZXj.rst [new file with mode: 0644]
Modules/_datetimemodule.c