[issue14154] reimplement the bigmem test memory watchdog as a subprocess

Charles-François Natali report at bugs.python.org
Tue Feb 28 21:13:10 CET 2012


New submission from Charles-François Natali <neologix at free.fr>:

As suggested in http://bugs.python.org/msg154330, here's a rewrite of the test memory watchdog using subprocess instead of thread + faulthandler.

----------
components: Tests
files: mem_watchdog_subprocess.diff
keywords: needs review, patch
messages: 154570
nosy: neologix, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: reimplement the bigmem test memory watchdog as a subprocess
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file24674/mem_watchdog_subprocess.diff

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


More information about the Python-bugs-list mailing list