New submission from Kay Hayen <[email protected]>:
Much like #9366 the same file can be used. This reference leaks according to
Nuitka comparative testing:
simpleFunction59: FAILED 129511 129512 leaked 1
def simpleFunction59():
a = 3
b = 5
try:
a = a * 2
return a
finally:
return a / b
I would be guessing, that you are leaking the return value when returning again.
----------
messages: 340861
nosy: kayhayen
priority: normal
severity: normal
status: open
title: Reference leak regression with Python3.8a3
type: resource usage
versions: Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com