[issue3642] Objects/obmalloc.c:529: warning: comparison is always false due to limited range of data type

Martin v. Löwis report at bugs.python.org
Wed Sep 10 07:53:42 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

It doesn't work that way - you can't use sizeof() in the preprocessor.
Instead, the pyconfig.h constants should be used. I'll try to look into
this later today.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3642>
_______________________________________


More information about the Python-bugs-list mailing list