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 BreamoreBoy
Recipients BreamoreBoy, dalcinl, mark.dickinson, meador.inge, pitrou
Date 2014-07-12.20:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405195711.38.0.217253645794.issue5248@psf.upfronthosting.co.za>
In-reply-to
Content
msg81942 states "structmember.h lacks a 'T_SIZET' define in order to properly support struct fields of type 'size_t'  within PyMemberDef."  As we have managed without this feature for the last five years do we really need it now?  What do we gain by implementing this?
History
Date User Action Args
2014-07-12 20:08:31BreamoreBoysetrecipients: + BreamoreBoy, mark.dickinson, dalcinl, pitrou, meador.inge
2014-07-12 20:08:31BreamoreBoysetmessageid: <1405195711.38.0.217253645794.issue5248@psf.upfronthosting.co.za>
2014-07-12 20:08:31BreamoreBoylinkissue5248 messages
2014-07-12 20:08:31BreamoreBoycreate