Message 388717 - Python tracker
Message388717
| Author | serhiy.storchaka |
|---|---|
| Recipients | congma, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters |
| Date | 2021-03-15.09:36:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1615801004.45.0.424142836627.issue43475@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
What about Decimal NaN? Even if make float NaN a singleton, there will be other NaNs.
And making float('nan') returning a singleton, but 1e1000 * 0 returning different NaN would cause large confusion. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-15 09:36:44 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, congma |
| 2021-03-15 09:36:44 | serhiy.storchaka | set | messageid: <1615801004.45.0.424142836627.issue43475@roundup.psfhosted.org> |
| 2021-03-15 09:36:44 | serhiy.storchaka | link | issue43475 messages |
| 2021-03-15 09:36:44 | serhiy.storchaka | create | |