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 vstinner
Recipients christian.heimes, gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-11.01:58:55
SpamBayes Score 0.009070647
Marked as misclassified No
Message-id <1226368737.01.0.95399363951.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
Using 30bit_longdigit4.patch, I get this 
error: "Objects/longobject.c:700: erreur: "SIZE_T_MAX" undeclared 
(first use in this function)". You might use the type Py_ssize_t with 
PY_SSIZE_T_MAX. I used INT_MAX to compile the code.
History
Date User Action Args
2008-11-11 01:58:57vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, christian.heimes
2008-11-11 01:58:57vstinnersetmessageid: <1226368737.01.0.95399363951.issue4258@psf.upfronthosting.co.za>
2008-11-11 01:58:56vstinnerlinkissue4258 messages
2008-11-11 01:58:55vstinnercreate