Message336612
| Author | pablogsal |
|---|---|
| Recipients | pablogsal, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware |
| Date | 2019-02-26.06:00:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551160808.48.0.323763418865.issue36109@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Ok, actually this turns to be much easier: Sometimes __eq__ was also called twice but now as we use PyDict_GetItemWithError instead of PyDict_GetItem, if the extra __eq__ happens as a consequence of a dict lookup the error is ignored so that was the reason the test was not failing before. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-26 06:00:08 | pablogsal | set | recipients: + pablogsal, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower |
| 2019-02-26 06:00:08 | pablogsal | set | messageid: <1551160808.48.0.323763418865.issue36109@roundup.psfhosted.org> |
| 2019-02-26 06:00:08 | pablogsal | link | issue36109 messages |
| 2019-02-26 06:00:08 | pablogsal | create | |