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