Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment: bsddb seems to use #if directive to switch function name. ("init_bsddb" on trunk)
#if (PY_VERSION_HEX < 0x03000000) DL_EXPORT(void) init_bsddb(void) #else PyMODINIT_FUNC PyInit__bsddb(void) /* Note the two underscores */ #endif And zlibmodule.c, there is following line on line number 56. #define PyInit_zlib initzlib ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6459> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com