[New-bugs-announce] [issue33357] [EASY C] test_posix.test_posix_spawn_file_actions() leaks memory

STINNER Victor report at bugs.python.org
Wed Apr 25 10:39:14 EDT 2018


New submission from STINNER Victor <vstinner at redhat.com>:

vstinner at apu$ ./python -m test test_posix -R 3:3 -m test.test_posix.PosixTester.test_posix_spawn_file_actions
Run tests sequentially
0:00:00 load avg: 0.58 [1/1] test_posix
beginning 6 repetitions
123456
......
test_posix leaked [7, 7, 7] references, sum=21
test_posix leaked [1, 2, 1] memory blocks, sum=4
test_posix failed

1 test failed:
    test_posix

Total duration: 315 ms
Tests result: FAILURE


I bet that the leak was introduced by:

commit 6c6ddf97c402709713d668d0ed53836a7749ba99
Author: Pablo Galindo <Pablogsal at gmail.com>
Date:   Mon Jan 29 01:56:10 2018 +0000

    bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
    
    Add os.posix_spawn to wrap the low level POSIX API of the same name.
    
    Contributed by Pablo Galindo.

--

IMHO this issue is easy to fix, so I suggest to leave it to new contributors, or the author of the change.

----------
components: Tests
messages: 315740
nosy: vstinner
priority: normal
severity: normal
status: open
title: [EASY C] test_posix.test_posix_spawn_file_actions() leaks memory
versions: Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list