This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add resource checks for dangling threads and processes
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pitrou, python-dev
Priority: normal Keywords: patch

Created on 2011-07-15 19:56 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dangling.patch pitrou, 2011-07-15 19:56
Messages (2)
msg140472 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-07-15 19:56
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.
msg140473 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-07-15 20:16
New changeset 2bedea96de60 by Antoine Pitrou in branch '3.2':
Issue #12573: Add resource checks for dangling Thread and Process objects.
http://hg.python.org/cpython/rev/2bedea96de60

New changeset 86dc49fbf4af by Antoine Pitrou in branch 'default':
Issue #12573: Add resource checks for dangling Thread and Process objects.
http://hg.python.org/cpython/rev/86dc49fbf4af
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56782
2011-07-15 20:26:30pitrousetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2011-07-15 20:16:51python-devsetnosy: + python-dev
messages: + msg140473
2011-07-15 19:56:34pitroucreate