This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients Arfrever, Niklas.Claesson, Ramchandra Apte, andrewclegg, belopolsky, goshawk, lemburg, pitrou, r.david.murray, tim.peters, vstinner
Date 2014-07-15.01:51:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405389081.12.0.773660597485.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
Yup, it's definitely more than 8 bytes.  In addition to the comments you quoted, an in-memory datetime object also has a full Python object header, a member to cache the hash code, and a byte devoted to saying whether or not a tzinfo member is present.

Guessing Guido was actually thinking about the pickle size - but that's 10 bytes (for a "naive" datetime object).
History
Date User Action Args
2014-07-15 01:51:21tim.peterssetrecipients: + tim.peters, lemburg, belopolsky, pitrou, vstinner, Arfrever, r.david.murray, andrewclegg, Ramchandra Apte, goshawk, Niklas.Claesson
2014-07-15 01:51:21tim.peterssetmessageid: <1405389081.12.0.773660597485.issue15443@psf.upfronthosting.co.za>
2014-07-15 01:51:21tim.peterslinkissue15443 messages
2014-07-15 01:51:20tim.peterscreate