Message144791
I can reproduce this with:
valgrind --tool=memcheck --log-file=leaks.txt --leak-check=full --suppressions=Misc/valgrind-python.supp ./python -m test test_ctypes
Where as:
valgrind --tool=memcheck --log-file=leaks.txt --leak-check=full --suppressions=Misc/valgrind-python.supp ./python -m test test_multiprocessing
turns up nothing in 'ctypes.resize'. |
|
| Date |
User |
Action |
Args |
| 2011-10-02 22:58:36 | meador.inge | set | recipients:
+ meador.inge, amaury.forgeotdarc, belopolsky, skrah |
| 2011-10-02 22:58:36 | meador.inge | set | messageid: <[email protected]> |
| 2011-10-02 22:58:35 | meador.inge | link | issue13091 messages |
| 2011-10-02 22:58:35 | meador.inge | create | |
|