[New-bugs-announce] [issue7819] sys.call_tracing(): check arguments type

STINNER Victor report at bugs.python.org
Sun Jan 31 04:16:50 CET 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

Ensure that "args" argument is a tuple. Fix the following crash:

        $ python -c "import sys; sys.call_tracing(open, u'a')"
        SystemError: ../Python/getargs.c:1413: bad argument to internal function

----------
components: Interpreter Core
files: sys_call_tracing.patch
keywords: patch
messages: 98598
nosy: haypo
severity: normal
status: open
title: sys.call_tracing(): check arguments type
type: crash
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file16066/sys_call_tracing.patch

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


More information about the New-bugs-announce mailing list