[New-bugs-announce] [issue30704] test_free_different_thread() of test_code leaks references on Python 3.6

STINNER Victor report at bugs.python.org
Mon Jun 19 11:28:11 EDT 2017


New submission from STINNER Victor:

haypo at selma$ ./python -m test -m test.test_code.CoExtra.test_free_different_thread -R 3:3 test_code 
Run tests sequentially
test_code leaked [2, 1, 1] memory blocks, sum=4

The regression was introduced by the bpo-30604: commit 2997fec01ee7300c6d5940e6c55e4ccf9f56f1b5.

----------
messages: 296350
nosy: dino.viehland, haypo, ned.deily, yselivanov
priority: normal
severity: normal
status: open
title: test_free_different_thread() of test_code leaks references on Python 3.6
type: resource usage
versions: Python 3.6

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


More information about the New-bugs-announce mailing list