]> granicus.if.org Git - python/commit
Fix reference counting of iconvcodec_Type. Fixes #670715.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 27 Jan 2003 11:39:04 +0000 (11:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 27 Jan 2003 11:39:04 +0000 (11:39 +0000)
commit7a565f0b9bc81b1811e31292bd501417cfab28ee
treefd2725ba8ed120fc33108df44d0de4f2cb60e3eb
parentca87aefe83c05dbd85cc18246f361d19dc593acc
Fix reference counting of iconvcodec_Type. Fixes #670715.
Remove GC code; the base type does not need GC.
Modules/_iconv_codec.c