Mailing List Archive

[issue5116] expose _CrtSetReportMode via the msvcrt module
New submission from Mark Hammond <mhammond@users.sourceforge.net>:

In bug 4804, there is some debate about how desirable it is for Python
to unconditionally disable all CRT assertions on Windows - however,
there is agreement that exposing the ability to enable and disable these
assertions via the msvcrt module is reasonable - so I'm attaching a
patch for exactly that. I'd also like to nominate this for the 2.6 and
py3k branches.

----------
assignee: mhammond
files: msvcrt_crtsetreportmode.patch
keywords: needs review, patch, patch
messages: 80858
nosy: mhammond
priority: normal
severity: normal
status: open
title: expose _CrtSetReportMode via the msvcrt module
type: feature request
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file12903/msvcrt_crtsetreportmode.patch

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5116] expose _CrtSetReportMode via the msvcrt module [ In reply to ]
Changes by Mark Hammond <mhammond@users.sourceforge.net>:


----------
components: +Windows

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com