Closed
Description
Reproducer:
import math try: math.dist([1, 2], [3, 4, 5]) except ValueError: pass
Memory leak:
@kumaraditya303 ➜ /workspaces/cpython (main ✗) $ ./python -X showrefcount main.py [7 refs, 2 blocks]
Python Version: main at 9bdec0a
Reproducer:
import math try: math.dist([1, 2], [3, 4, 5]) except ValueError: pass
Memory leak:
@kumaraditya303 ➜ /workspaces/cpython (main ✗) $ ./python -X showrefcount main.py [7 refs, 2 blocks]
Python Version: main at 9bdec0a