New submission from STINNER Victor:

haypo@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30704>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to