New submission from STINNER Victor <victor.stin...@haypocalc.com>:

test_threadsignals leaks references. I'm unable to understand where. Maybe 
somewhere around Py_AddPendingCall()?
---------
$ ./python Lib/test/regrtest.py -R 3:2: test_threadsignals
test_threadsignals
beginning 5 repetitions
12345
.....
test_threadsignals leaked [8, 8] references, sum=16
1 test failed:
    test_threadsignals
---------

----------
components: Interpreter Core
messages: 98636
nosy: haypo
severity: normal
status: open
title: test_threadsignals leaks references
type: resource usage
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to