]> granicus.if.org Git - python/commit
Remove bogus DECREF of self.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 15 May 2006 09:22:27 +0000 (09:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 15 May 2006 09:22:27 +0000 (09:22 +0000)
commit2a0ad4db3ad31909f33b4ae17b5927be4abb2330
tree29e785f6d4c28a27817b7d5d242d294e8f4370dc
parent1004a5339a78fa77face21cf23ab551bf866ffce
Remove bogus DECREF of self.
Change __str__() functions to METH_O.
Change WindowsError__str__ to use PyTuple_Pack.
Python/exceptions.c