[issue10241] gc fixes for module m_copy attribute

Stefan Krah report at bugs.python.org
Sat Oct 26 21:05:53 CEST 2013


Stefan Krah added the comment:

I'm getting a couple of Valgrind leaks, starting with 1edff836c954:

valgrind --suppressions=Misc/valgrind-python.supp --leak-check=full ./python -c "pass"


All of them seem to be in _PySys_Init().

----------
nosy: +skrah
Added file: http://bugs.python.org/file32377/valgrind.out

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


More information about the Python-bugs-list mailing list