Message49145
Logged In: YES
user_id=210337
We had some minor problems backporting this to Python 2.3;
this fixed it:
- uuid = UUID(randrange(1<<32L), randrange(1<<16),
randrange(1<<16),
- randrange(1<<8), randrange(1<<8),
randrange(1<<48L))
+ uuid = UUID(randrange(1<<32), randrange(1<<16),
randrange(1<<16),
+ randrange(1<<8), randrange(1<<8),
randrange(1<<48))
I'm not sure what the most current version looks like, so
this might not be a problem anymore (e.g. if the values get
precalculated) |
|
Date |
User |
Action |
Args |
2007-08-23 15:44:48 | admin | link | issue1368955 messages |
2007-08-23 15:44:48 | admin | create | |
|