]> granicus.if.org Git - python/commit
initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is
authorBarry Warsaw <barry@python.org>
Wed, 27 Jan 1999 18:04:05 +0000 (18:04 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 27 Jan 1999 18:04:05 +0000 (18:04 +0000)
commit105906ff6ed975f46599aac1f48c20efc508dbd8
treebf1e100b730baf3561e9931d46d2b7d697af0958
parent3879333b9eef62541a68d8c7fd3e95e544a1ebda
initerrno(): Nailed a not-so-tiny memory leak.  The de dictionary is
put into the module dict, but is never DECREF'd in this function, so
it and all its contents leak.
Modules/errnomodule.c