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 mark.dickinson
Recipients congma, mark.dickinson, rhettinger, tim.peters
Date 2021-03-13.11:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615635176.32.0.567967560189.issue43475@roundup.psfhosted.org>
In-reply-to
Content
@Cong Ma: Yes, I'm not worried about performance for the change you're proposing (though as you say, we should benchmark anyway). The performance thoughts were motivated by the idea of making NaN a singleton: adding a check to PyFloat_FromDouble would mean that almost every operation that produced a float would have to pass through that check.
History
Date User Action Args
2021-03-13 11:32:56mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, congma
2021-03-13 11:32:56mark.dickinsonsetmessageid: <1615635176.32.0.567967560189.issue43475@roundup.psfhosted.org>
2021-03-13 11:32:56mark.dickinsonlinkissue43475 messages
2021-03-13 11:32:56mark.dickinsoncreate