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.12:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505825893.43.0.028810893639.issue31293@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 865e4b4f630e2ae91e61239258abb58b488f1d65 by Serhiy Storchaka (Oren Milman) in branch 'master':
bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (#3227)
https://github.com/python/cpython/commit/865e4b4f630e2ae91e61239258abb58b488f1d65
History
Date User Action Args
2017-09-19 12:58:13serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, Oren Milman
2017-09-19 12:58:13serhiy.storchakasetmessageid: <1505825893.43.0.028810893639.issue31293@psf.upfronthosting.co.za>
2017-09-19 12:58:13serhiy.storchakalinkissue31293 messages
2017-09-19 12:58:13serhiy.storchakacreate