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 David.Edelsohn
Recipients David.Edelsohn, serhiy.storchaka, vstinner
Date 2014-07-13.19:26:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405279611.41.0.997292290594.issue21951@psf.upfronthosting.co.za>
In-reply-to
Content
#5  0x1019bb90 in PyCFunction_Call (func=0x30533b5c, arg=0x305d8ab4, kw=0x0)
    at Objects/methodobject.c:94
#6  0x1012534c in call_function (pp_stack=0x2ff16144, oparg=2)
    at Python/ceval.c:4269

94                  CHECK_RESULT(res);

(gdb) print res
$9 = (PyObject *) 0x0
(gdb) print meth
$10 = (PyCFunction) @0x20380888: 0xd8dd57dc <Tkapp_Call>
(gdb) print self
$11 = (PyObject *) 0x305d44d8
History
Date User Action Args
2014-07-13 19:26:51David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, serhiy.storchaka
2014-07-13 19:26:51David.Edelsohnsetmessageid: <1405279611.41.0.997292290594.issue21951@psf.upfronthosting.co.za>
2014-07-13 19:26:51David.Edelsohnlinkissue21951 messages
2014-07-13 19:26:51David.Edelsohncreate