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 StyXman
Recipients StyXman, christian.heimes, martin.panter, neologix, vstinner
Date 2016-04-29.14:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461940455.78.0.951389803366.issue26826@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed most of the type problems, except that I'm not sure how to convert to size_t. Someone suggested to convert with 'n', then check if it's negative and correct. I'll ask the mailing list for better suggestions.

I also noted that running 'hg diff' shows the modifications to 'configure', which I didn't include. This leads me to doubt whether including the modification to 'pyconfig.h' is ok, given that it's generated by 'autoheader'.
History
Date User Action Args
2016-04-29 14:34:15StyXmansetrecipients: + StyXman, vstinner, christian.heimes, neologix, martin.panter
2016-04-29 14:34:15StyXmansetmessageid: <1461940455.78.0.951389803366.issue26826@psf.upfronthosting.co.za>
2016-04-29 14:34:15StyXmanlinkissue26826 messages
2016-04-29 14:34:15StyXmancreate