[issue3063] memory leak in random number generation

Grant Tang report at bugs.python.org
Sun Jun 8 18:36:42 CEST 2008


Grant Tang <grant.tang at gmail.com> added the comment:

I agree with Tim's comment. The problem's why these floats keep alive 
even after random() call returns. Then this becomes a garbage 
collection issue?

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


More information about the Python-bugs-list mailing list