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 skrah
Recipients mark.dickinson, r.david.murray, skrah, stark, tim.peters
Date 2016-07-04.15:46:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467647201.06.0.897372316811.issue27444@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the peephole optimizer chokes on some constant folding.
Probably:

INF = float("inf")
NAN = float("nan")

-INF
-NAN

You could try some combinations in the REPL.
History
Date User Action Args
2016-07-04 15:46:41skrahsetrecipients: + skrah, tim.peters, mark.dickinson, r.david.murray, stark
2016-07-04 15:46:41skrahsetmessageid: <1467647201.06.0.897372316811.issue27444@psf.upfronthosting.co.za>
2016-07-04 15:46:41skrahlinkissue27444 messages
2016-07-04 15:46:40skrahcreate