chiark / gitweb /
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)
commitdc0757504af5097a4bb323d64e429a99f86d1076
tree45ae3b0850ce733fa256d1a78a3935da03a5a3c6
parent0b1b92bd118675e7b54c21c76d1fee39aa9111b8
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.
algorithms.c
catacomb-python.h
ec.c
field.c
group.c
rand.c
util.c