[issue12573] add resource checks for dangling threads and processes

Antoine Pitrou report at bugs.python.org
Fri Jul 15 21:56:34 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

This patch adds resource checks for dangling Thread and Process objects to the test suite runner. This should make it easier to spot the cause of some potential sporadic reference leaks.

----------
components: Tests
files: dangling.patch
keywords: patch
messages: 140472
nosy: pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: add resource checks for dangling threads and processes
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file22673/dangling.patch

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


More information about the Python-bugs-list mailing list