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 rhettinger
Recipients mark.dickinson, rhettinger, steven.daprano, tim.peters
Date 2021-11-27.02:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637979736.53.0.637152516653.issue45876@roundup.psfhosted.org>
In-reply-to
Content
> It won't affect _this_ application, but possibly we should 
> fix this anyway.

I would like to see this fixed.  It affects our ability to
reason about int/int code.  That comes up every time a 
fraction is fed into a math library function than converts
its input to a float.
History
Date User Action Args
2021-11-27 02:22:16rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, steven.daprano
2021-11-27 02:22:16rhettingersetmessageid: <1637979736.53.0.637152516653.issue45876@roundup.psfhosted.org>
2021-11-27 02:22:16rhettingerlinkissue45876 messages
2021-11-27 02:22:16rhettingercreate