[issue37125] math.comb is leaking references

Pablo Galindo Salgado report at bugs.python.org
Sat Jun 1 12:34:56 EDT 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

It seems that https://github.com/python/cpython/pull/13725 fixes the leak:

❯ ./python -m test test_math -R :
Run tests sequentially
0:00:00 load avg: 1.55 [1/1] test_math
beginning 9 repetitions
123456789
.........

== Tests result: SUCCESS ==

1 test OK.

Total duration: 26 sec 283 ms
Tests result: SUCCESS

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37125>
_______________________________________


More information about the Python-bugs-list mailing list