Message 340616 - Python tracker

Message340616

Author serhiy.storchaka
Recipients Ellenbogen, alexandre.vassalotti, serhiy.storchaka
Date 2019-04-21.17:32:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555867952.13.0.429420832623.issue36694@roundup.psfhosted.org>
In-reply-to
Content
The difference is because in the first case all floats are the same float object 0.0, but in the second case they are different objects. For more reaĺistic comparison use different floats (for example random()).
History
Date User Action Args
2019-04-21 17:32:32serhiy.storchakasetrecipients: + serhiy.storchaka, alexandre.vassalotti, Ellenbogen
2019-04-21 17:32:32serhiy.storchakasetmessageid: <1555867952.13.0.429420832623.issue36694@roundup.psfhosted.org>
2019-04-21 17:32:32serhiy.storchakalinkissue36694 messages
2019-04-21 17:32:31serhiy.storchakacreate