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 David.Edelsohn
Recipients David.Edelsohn, python-dev, serhiy.storchaka
Date 2013-10-17.19:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382036818.37.0.990331705105.issue19276@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import array
>>> print array.array('l').itemsize
8
>>> print array.array('i').itemsize
4
History
Date User Action Args
2013-10-17 19:06:58David.Edelsohnsetrecipients: + David.Edelsohn, python-dev, serhiy.storchaka
2013-10-17 19:06:58David.Edelsohnsetmessageid: <1382036818.37.0.990331705105.issue19276@psf.upfronthosting.co.za>
2013-10-17 19:06:58David.Edelsohnlinkissue19276 messages
2013-10-17 19:06:58David.Edelsohncreate