]> granicus.if.org Git - python/commit
self is dereffed (and passed as first arg), so it's known to be good.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 02:02:57 +0000 (02:02 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 02:02:57 +0000 (02:02 +0000)
commitce5b3c3188ec655ece4428e6a3e1622e322f4603
tree8f5c5eac4e88e0e9d21a7ff9fd5c404b4ba941f0
parentef02b9e1445b7c7ae60c790a68ed1e0e75dfe435
self is dereffed (and passed as first arg), so it's known to be good.
func is returned from PyArg_ParseTuple and also dereffed.

Reported by Klocwork, #30 (self one at least).
Modules/_tkinter.c