Message258820
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, pitrou, r.david.murray, vstinner, yselivanov |
| Date | 2016-01-22.16:22:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453479729.48.0.404711469443.issue26058@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch version 5: a global counter is now used to set ma_version field of dictionaries. The global counter is incremented each time that a dictionary is created and each time that a dictionary is modified. A dictionary version is now unique: two dictionaries cannot have the same version. So if a guard stores a version, the check on the version will fail if a different dictionary is used. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-22 16:22:09 | vstinner | set | recipients: + vstinner, brett.cannon, pitrou, r.david.murray, yselivanov |
| 2016-01-22 16:22:09 | vstinner | set | messageid: <1453479729.48.0.404711469443.issue26058@psf.upfronthosting.co.za> |
| 2016-01-22 16:22:09 | vstinner | link | issue26058 messages |
| 2016-01-22 16:22:06 | vstinner | create | |