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 christoph.baumgartner
Recipients christoph.baumgartner, docs@python
Date 2013-10-20.18:19:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382293173.85.0.561092351963.issue19319@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation about ctypes.sizeof:

"Returns the size in bytes of a ctypes type or instance memory buffer. Does the same as the C sizeof() function."

'sizeof' is an operator. I would drop the parentheses as well.
History
Date User Action Args
2013-10-20 18:19:33christoph.baumgartnersetrecipients: + christoph.baumgartner, docs@python
2013-10-20 18:19:33christoph.baumgartnersetmessageid: <1382293173.85.0.561092351963.issue19319@psf.upfronthosting.co.za>
2013-10-20 18:19:33christoph.baumgartnerlinkissue19319 messages
2013-10-20 18:19:33christoph.baumgartnercreate