[New-bugs-announce] [issue17249] reap threads in test_capi

Ezio Melotti report at bugs.python.org
Wed Feb 20 04:01:29 CET 2013


New submission from Ezio Melotti:

The attached patch fixes the following warning:

$ ./python -m test test_capi
[1/1] test_capi
Warning -- threading._dangling was modified by test_capi
1 test altered the execution environment:
    test_capi

This test was introduced in f7993dc6bf26, and it seems to predate unittest.  Maybe it should be moved outside test_main while we are at it.

----------
components: Tests
files: reap_threads.diff
keywords: patch
messages: 182463
nosy: ezio.melotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: reap threads in test_capi
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29126/reap_threads.diff

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


More information about the New-bugs-announce mailing list