This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Oren Milman, belopolsky, serhiy.storchaka
Date 2017-09-19.14:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505829646.94.0.274421424231.issue31293@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset f37dd11f0d4832c15d49c2ddc83d533ddaa36e74 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (GH-3227) (#3654)
https://github.com/python/cpython/commit/f37dd11f0d4832c15d49c2ddc83d533ddaa36e74
History
Date User Action Args
2017-09-19 14:00:46serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, Oren Milman
2017-09-19 14:00:46serhiy.storchakasetmessageid: <1505829646.94.0.274421424231.issue31293@psf.upfronthosting.co.za>
2017-09-19 14:00:46serhiy.storchakalinkissue31293 messages
2017-09-19 14:00:46serhiy.storchakacreate