]> granicus.if.org Git - python/commit
Handle failure from PyModule_GetDict() (Klocwork 208).
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Aug 2006 18:12:45 +0000 (18:12 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Aug 2006 18:12:45 +0000 (18:12 +0000)
commit20745b1a709daa25ff2a842b3a64e092b38ab519
tree6ec9c6ec7ffbf7450b8db15d9a09e4f14320bdd2
parent26a8abf1f47ba14e9b965e351cef9cd238256f4c
Handle failure from PyModule_GetDict() (Klocwork 208).

Fix a bunch of refleaks in the init of the module.  This would only be found
when running python -v.
Modules/_cursesmodule.c