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 gvanrossum
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-18.20:49:07
SpamBayes Score 0.22294633
Marked as misclassified No
Message-id <1200689348.66.0.483351596686.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
An unsigned variant of Py_ssize_t would just be size_t -- that's a much
older type than ssize_t.  I don't think we need to invent a Py_ name for it.
History
Date User Action Args
2008-01-18 20:49:08gvanrossumsetspambayes_score: 0.222946 -> 0.22294633
recipients: + gvanrossum, loewis, gregory.p.smith, christian.heimes, alexandre.vassalotti, donmez
2008-01-18 20:49:08gvanrossumsetspambayes_score: 0.222946 -> 0.222946
messageid: <1200689348.66.0.483351596686.issue1621@psf.upfronthosting.co.za>
2008-01-18 20:49:07gvanrossumlinkissue1621 messages
2008-01-18 20:49:07gvanrossumcreate