Message117417
You can't rely on id() to return distinct values across different processes. It guarantees uniqueness *within a single process* (at any particular moment).
In other words, you're misusing id() here. This is not a Python bug. |
|
Date |
User |
Action |
Args |
2010-09-26 13:55:28 | exarkun | set | recipients:
+ exarkun, yuri |
2010-09-26 13:55:28 | exarkun | set | messageid: <1285509328.54.0.218449539257.issue9953@psf.upfronthosting.co.za> |
2010-09-26 13:55:26 | exarkun | link | issue9953 messages |
2010-09-26 13:55:26 | exarkun | create | |
|