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, loewis, mark.dickinson
Date 2010-07-15.18:29:49
SpamBayes Score 0.021011442
Marked as misclassified No
Message-id <1279218591.7.0.913040957502.issue3163@psf.upfronthosting.co.za>
In-reply-to
Content
It would be sufficient to support size_t/ssize_t in native mode for my usage.  The workaround I have been using is in this recipe

  <http://code.activestate.com/recipes/546530/>

in the function calcsize.  That maps the 'z' and 'Z' format to either 'l', 'L' or 'P' for lack of anything better.
History
Date User Action Args
2010-07-15 18:29:52MrJean1setrecipients: + MrJean1, loewis, mark.dickinson
2010-07-15 18:29:51MrJean1setmessageid: <1279218591.7.0.913040957502.issue3163@psf.upfronthosting.co.za>
2010-07-15 18:29:50MrJean1linkissue3163 messages
2010-07-15 18:29:49MrJean1create