Message333400
| Author | remi.lapeyre |
|---|---|
| Recipients | jfine2358, josh.r, remi.lapeyre, vstinner |
| Date | 2019-01-10.16:44:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547138648.83.0.614736531368.issue35698@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This does not do what you want:
>>> class MyInt(int): pass
>>> wibble(MyInt(4), MyInt(2))
2.0
and a patch is only needed if something is broken.
I'm with vstinner of the opinion that nothing is broken and vote to close this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-10 16:44:09 | remi.lapeyre | set | recipients: + remi.lapeyre, vstinner, josh.r, jfine2358 |
| 2019-01-10 16:44:08 | remi.lapeyre | set | messageid: <1547138648.83.0.614736531368.issue35698@roundup.psfhosted.org> |
| 2019-01-10 16:44:08 | remi.lapeyre | link | issue35698 messages |
| 2019-01-10 16:44:08 | remi.lapeyre | create | |