On Wed, Jan 2, 2013 at 12:07 AM, Laurent Gautier <lgaut...@gmail.com> wrote:
> On 2013-01-01 23:45, Johan Johansson wrote:

>> #if SIZEOF_SIZE_T != SIZEOF_INT
>> /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
>>     modules cannot get loaded into a 2.5 interpreter */
>> #define Py_InitModule4 Py_InitModule4_64
>> #endif

> The comment suggests that this concerns pre-Python2.4 vs post-Python2.5
> compiled module.
> May be not a big issue for now.

What worries me is that SIZEOF_SIZE_T shouldn't equal SIZEOF_INT on a
64-bit system but apparently does. This makes me suspect I'm missing
compiler flags/defines somewhere.

Johan

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to