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 MrJean1
Recipients MrJean1
Date 2008-06-21.18:05:13
SpamBayes Score 0.00054700626
Marked as misclassified No
Message-id <1214071551.33.0.650558563727.issue3163@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a (simplistic) patch for the struct module to support C types 
ssize_t and size_t with format characters 'z' resp. 'Z'.

The patch updates Python 2.6b1 files Modules/_struct.c and 
Doc/library/struct.rst.

Note, format character 'Z' is also proposed in PEP 3118 for C type complex  
and that has to be something else, perhaps 'C'.
History
Date User Action Args
2008-06-21 18:05:52MrJean1setspambayes_score: 0.000547006 -> 0.00054700626
recipients: + MrJean1
2008-06-21 18:05:51MrJean1setspambayes_score: 0.000547006 -> 0.000547006
messageid: <1214071551.33.0.650558563727.issue3163@psf.upfronthosting.co.za>
2008-06-21 18:05:48MrJean1linkissue3163 messages
2008-06-21 18:05:47MrJean1create