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 Jason.Vas.Dias
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-29.10:53:37
SpamBayes Score 0.0029691677
Marked as misclassified No
Message-id <1304074418.33.0.609870555562.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
Furthermore, look at your configure script output :

checking for int32_t... yes                                                                                                                                           
checking for int64_t... yes                                                                                                                                           
checking for ssize_t... yes                                                                                                                                           
checking size of int... 4                                                                                                                                             
checking size of long... 8                                                                                                                                            
checking size of void *... 8                                                                                                                                          
checking size of short... 2                                                                                                                                           
checking size of float... 4                                                                                                                                           
checking size of double... 8                                                                                                                                          
checking size of fpos_t... 16                                                                                                                                         
checking size of size_t... 8                                                                                                                                          
checking size of pid_t... 4                                                                                                                                           
checking for long long support... yes                                                                                                                                 
checking size of long long... 8       



So why does your test_dl script say "sizeof(int)==sizeof(char*)" ??
History
Date User Action Args
2011-04-29 10:53:38Jason.Vas.Diassetrecipients: + Jason.Vas.Dias, r.david.murray
2011-04-29 10:53:38Jason.Vas.Diassetmessageid: <1304074418.33.0.609870555562.issue11946@psf.upfronthosting.co.za>
2011-04-29 10:53:37Jason.Vas.Diaslinkissue11946 messages
2011-04-29 10:53:37Jason.Vas.Diascreate