STINNER Victor <victor.stin...@haypocalc.com> added the comment: Mac/Modules/icgluemodule.c has a call to PyErr_WarnPy3k
if (PyErr_WarnPy3k("In 3.x, the icglue module is removed.", 1)) return; Other modules check if the result is smaller than 0, but PyErr_WarnPy3k() possible results are only 0 or -1, so I don't understand the error. ---------- components: +Tests _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8446> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com