Message263726
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, pitrou, r.david.murray, vstinner, yselivanov |
| Date | 2016-04-19.10:24:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1461061447.2.0.107235245717.issue26058@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch version 8: * Update to the latest PEP: remove micro-optimization in dictobject.c if the new value is identical to the current value, dict.__setitem__() now always changes the version * Refactor test_pep509 to address Brett's comments * Add new unit tests on identical values * Add new unit tests on equal values (with special __eq__ method) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-19 10:24:07 | vstinner | set | recipients: + vstinner, brett.cannon, pitrou, r.david.murray, yselivanov |
| 2016-04-19 10:24:07 | vstinner | set | messageid: <1461061447.2.0.107235245717.issue26058@psf.upfronthosting.co.za> |
| 2016-04-19 10:24:07 | vstinner | link | issue26058 messages |
| 2016-04-19 10:24:06 | vstinner | create | |