Message223077
> Guessing Guido was actually thinking about the pickle size
No, pickle also comes with an overhead
>>> from datetime import *
>>> import pickle
>>> t = datetime.now()
>>> len(pickle.dumps(t))
70
For the present discussion, DATETIME_DATASIZE is the only relevant number because we are not going to change anything other than the payload layout in the datetime object or its pickle serialization. |
|
Date |
User |
Action |
Args |
2014-07-15 02:04:41 | belopolsky | set | recipients:
+ belopolsky, lemburg, tim.peters, pitrou, vstinner, Arfrever, r.david.murray, andrewclegg, Ramchandra Apte, goshawk, Niklas.Claesson |
2014-07-15 02:04:41 | belopolsky | set | messageid: <1405389881.55.0.890194521135.issue15443@psf.upfronthosting.co.za> |
2014-07-15 02:04:41 | belopolsky | link | issue15443 messages |
2014-07-15 02:04:41 | belopolsky | create | |
|