Mark Dickinson <[email protected]> added the comment: Doug: thanks. I think I may just be being stupid here. One thing you might try is replacing the line
extern double round(double); in Include/pymath.h, with: PyAPI_FUNC(double) round(double); and see if that helps. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9742> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
