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 skrah
Recipients ellery.newcomer, skrah
Date 2012-09-11.07:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347348168.6.0.224363534596.issue15913@psf.upfronthosting.co.za>
In-reply-to
Content
Even though it's documented, the function is probably a new feature
and should go into 3.4.

Meanwhile, you can call struct.calcsize(format). Any non-trivial
implementation of PyBuffer_SizeFromFormat() would likely do the same.
History
Date User Action Args
2012-09-11 07:22:48skrahsetrecipients: + skrah, ellery.newcomer
2012-09-11 07:22:48skrahsetmessageid: <1347348168.6.0.224363534596.issue15913@psf.upfronthosting.co.za>
2012-09-11 07:22:48skrahlinkissue15913 messages
2012-09-11 07:22:47skrahcreate