Proposed PEP on concurrent programming support

Jan. 4, 2012
2:41 p.m.
(I've added back python-ideas, because I think that is still the appropriate forum.)
How will you know that an object has been modified? The only ways I can think of are (1) Timestamp every object -- or at least every mutable object -- and hope that everybody agrees on which modifications should count. (2) Make two copies of every object you're using in the suite; at the end, compare one of them to both the original and the one you were operating on. With this solution, you can decide for youself what counts as a modification, but it still isn't straightforward; I would consider changing a value to be changing a dict, even though nothing in the item (header) itself changed. -jJ
4823
Age (days ago)
4823
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jim Jewett