Antoine Pitrou <pit...@free.fr> added the comment: > Jeff Yasskin says you should create a noop function in your object > file and call it from PyMain for force linkage of the object file > you're building.
Indeed, something like _PyTime_Init(). I don't think Modules/python.c is a good place though, since it means that applications embedding Python won't get the symbol. Perhaps Python/pythonrun.c instead? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9079> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com