From: Mark Wooding Date: Tue, 26 May 2015 15:02:01 +0000 (+0100) Subject: Fix the missing-module-names bug properly. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/pyke/commitdiff_plain/0156e4020eb3b13a1b9bcfa9887eb922ba5d9fa2?hp=0156e4020eb3b13a1b9bcfa9887eb922ba5d9fa2 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. ---