Re: [Python-Dev] Inconsistent behaviour in import/zipimport hooks

2005-11-09 Thread Gustavo Sverzut Barbieri
sr/bin/python" or "#!/usr/bin/env python" and the system just have .pyo files, due a bunch of reasons, in this case the small disc space. -- Gustavo Sverzut Barbieri -- Computer Engineer 2001 - UNICAMP Mobile: +55 (19) 9165 8010 Phone: +1 (347

Re: [Python-Dev] ast status, memory leaks, etc

2005-11-22 Thread Gustavo Sverzut Barbieri
invalid reads and jumps/moves that depends on unitialized values in PyObject_Free(). Running: valgrind --leak-check=full --leak-resolution=high --show-reachable=yes python -c "pass" 2> ~/python-2.4.2-valgrind.log gives me the attached log file. -- Gustavo Sverzut Barbieri -