[New-bugs-announce] [issue30769] test_execve_invalid_env() of test_os leaks references

STINNER Victor report at bugs.python.org
Mon Jun 26 12:41:42 EDT 2017


New submission from STINNER Victor:

haypo at selma$ ./python -m test -R 3:3 -m test_execve_invalid_env test_os
test_os leaked [2, 2, 2] references, sum=6
test_os leaked [2, 2, 2] memory blocks, sum=6

I don't understand if it's related to bpo-30602 or not?

----------
components: Tests
messages: 296915
nosy: haypo
priority: normal
severity: normal
status: open
title: test_execve_invalid_env() of test_os leaks references
type: resource usage
versions: Python 3.5, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list