[issue3107] memory leak in make test (in "test list"), 2.5.2 not 2.5.1, Linux 64bit

Tony Wallace report at bugs.python.org
Tue Jun 17 02:01:48 CEST 2008


Tony Wallace <hushp1pt at yahoo.com> added the comment:

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

This compile complaint was definitely introduced in 2.5.2 by source
changes from 2.5.1.  So, there's a minor problem that could be fixed,
anyway. 

However, replacing the 2.5.2 version of obmalloc.c with the 2.5.1
version and rebuilding (with incremental make this time) did NOT help
the memory leak in test_list - I still get it.

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


More information about the Python-bugs-list mailing list