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 josh.r, mark.dickinson, scoder, serhiy.storchaka
Date 2019-01-02.12:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546431729.03.0.674577685752.issue35588@roundup.psfhosted.org>
In-reply-to
Content
New changeset 3a374e0c5abe805667b71ffaaa7614781101ff4c by Serhiy Storchaka (Stefan Behnel) in branch 'master':
bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#11322)
https://github.com/python/cpython/commit/3a374e0c5abe805667b71ffaaa7614781101ff4c
History
Date User Action Args
2019-01-02 12:22:11serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, scoder, josh.r
2019-01-02 12:22:09serhiy.storchakasetmessageid: <1546431729.03.0.674577685752.issue35588@roundup.psfhosted.org>
2019-01-02 12:22:09serhiy.storchakalinkissue35588 messages
2019-01-02 12:22:08serhiy.storchakacreate