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.

Author vstinner
Recipients vstinner
Date 2010-01-31.03:16:47
SpamBayes Score 0.0016803325
Marked as misclassified No
Message-id <1264907810.16.0.644202807752.issue7819@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-01-31 03:16:50vstinnersetrecipients: + vstinner
2010-01-31 03:16:50vstinnersetmessageid: <1264907810.16.0.644202807752.issue7819@psf.upfronthosting.co.za>
2010-01-31 03:16:48vstinnerlinkissue7819 messages
2010-01-31 03:16:48vstinnercreate