]> granicus.if.org Git - python/commit
Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why
authorSkip Montanaro <skip@pobox.com>
Wed, 15 Jun 2005 13:35:08 +0000 (13:35 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 15 Jun 2005 13:35:08 +0000 (13:35 +0000)
commit32c5d424fd31a283651fddbb1be10d33184bbf5d
treea1db795e4a1478594ecd7a3843f37cd595a2d957
parent2368b3c41b96d1ceb5d39c9cca0765b12c84e00a
Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd.  Why
this worked is a bit mystical.  Perhaps it never gets freed because the
object just happens never to be DECREF'd (but that seems unlikely).
Modules/_csv.c