Check return result of PyModule_GetDict().
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Aug 2006 18:11:27 +0000 (18:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Aug 2006 18:11:27 +0000 (18:11 +0000)
commite9ac0bb16945d021d3340a6b96edda82be784228
tree1558d0a57319f3e5eb04c127d2799ca5665e94f8
parent56423e5762fc7eef66da0f04baa59c185c79ca81
Check return result of PyModule_GetDict().
Fix a bunch of refleaks in the init of the module.  This would only be found
when running python -v.
Modules/mmapmodule.c