Message302761
Also, I don't think --with-pydebug works well with valgrind.
It's either:
1) --with-pydebug
2) CFLAGS="-O0 -g" --with-valgrind
3) CFLAGS="-O0 -g" --without-pymalloc
Combining 2) and 3) probably does not hurt, but is not necessary. |
|
Date |
User |
Action |
Args |
2017-09-22 18:12:48 | skrah | set | recipients:
+ skrah, terry.reedy, Aaron Michaux |
2017-09-22 18:12:48 | skrah | set | messageid: <1506103968.7.0.0692062690041.issue31494@psf.upfronthosting.co.za> |
2017-09-22 18:12:48 | skrah | link | issue31494 messages |
2017-09-22 18:12:48 | skrah | create | |
|