Message150620
The email interface ate part of my reply:
>>> g = ((x*(2**64 - 1), hash(x*(2**64 - 1))) for x in xrange(1, 1000000))
>>> s = ''.join(str(x) for x in g)
>>> len(s)
32397634
>>> g = ((x*(2**64 - 1), hash(x*(2**64 - 1))) for x in xrange(1, 1000000))
>>> d = dict(g)
... lots of time for coffee, pizza, taking a walk, etc. :-) |
|
Date |
User |
Action |
Args |
2012-01-04 17:22:43 | lemburg | set | recipients:
+ lemburg, gvanrossum, barry, georg.brandl, terry.reedy, jcea, pitrou, vstinner, christian.heimes, benjamin.peterson, eric.araujo, Arfrever, alex, dmalcolm, Mark.Shannon, Zhiping.Deng, PaulMcMillan |
2012-01-04 17:22:43 | lemburg | set | messageid: <1325697763.57.0.620603987811.issue13703@psf.upfronthosting.co.za> |
2012-01-04 17:22:42 | lemburg | link | issue13703 messages |
2012-01-04 17:22:42 | lemburg | create | |
|