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 Thorney
Recipients Thorney, eric.araujo, ezio.melotti, georg.brandl
Date 2012-10-11.02:42:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349923369.86.0.516068156992.issue16192@psf.upfronthosting.co.za>
In-reply-to
Content
The Python docs for ctypes have embedded examples including:

>>> c_int()
c_long(0)

But on my machine I get the (more expected?):

>>> c_int()
c_int(0)

Perhaps if some machines expect otherwise that should be documented, otherwise might we change them.
History
Date User Action Args
2012-10-11 02:42:49Thorneysetrecipients: + Thorney, georg.brandl, ezio.melotti, eric.araujo
2012-10-11 02:42:49Thorneysetmessageid: <1349923369.86.0.516068156992.issue16192@psf.upfronthosting.co.za>
2012-10-11 02:42:49Thorneylinkissue16192 messages
2012-10-11 02:42:49Thorneycreate