[New-bugs-announce] [issue18623] Factor out the _SuppressCoreFiles context manager

Antoine Pitrou report at bugs.python.org
Fri Aug 2 00:12:27 CEST 2013


New submission from Antoine Pitrou:

_SuppressCoreFiles in test_subprocess is a useful facility for other tests, for instance test_faulthandler (which has its own logic) or test_capi (which actually happily dumps core in one of its subtests).
It could probably be factored out into test.support.

----------
components: Tests
keywords: easy
messages: 194125
nosy: ezio.melotti, ncoghlan, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Factor out the _SuppressCoreFiles context manager
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list