Fix the missing-module-names bug properly.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 26 May 2015 15:02:01 +0000 (16:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 May 2015 15:04:44 +0000 (16:04 +0100)
commit0156e4020eb3b13a1b9bcfa9887eb922ba5d9fa2
tree68d2f4c8e8510cb3b46eb911416c5a5847f760eb
parentdfe0a89785e70fdb3c75196b54ae05f006a35ca3
Fix the missing-module-names bug properly.

Introduce a wrapper `typeready' around `PyType_Ready' which sets the
module name, and call it everywhere it's needed.
catacomb-python.h
util.c