Message 289464 - Python tracker
Message289464
| Author | ppperry |
|---|---|
| Recipients | elliot.gorokhovsky, mdk, ppperry, serhiy.storchaka, tim.peters, vstinner |
| Date | 2017-03-12.02:48:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1489286933.16.0.405151378874.issue28685@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Wouldn't the assignment of "__lt__" change the value of the tp_richcompare slot? That seems to be what the code in Objects/typeobject.c is doing with the update_slot method and the related helper functions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-03-12 02:48:53 | ppperry | set | recipients: + ppperry, tim.peters, vstinner, serhiy.storchaka, mdk, elliot.gorokhovsky |
| 2017-03-12 02:48:53 | ppperry | set | messageid: <1489286933.16.0.405151378874.issue28685@psf.upfronthosting.co.za> |
| 2017-03-12 02:48:53 | ppperry | link | issue28685 messages |
| 2017-03-12 02:48:52 | ppperry | create | |