New submission from Haoyu Bai <divine...@gmail.com>: As function implementation of PyNumber_Divide and PyNumber_InPlaceDivide are already removed, there are still function declaration in abstract.h, and also entries in document: http://docs.python.org/dev/py3k/c-api/number.html?highlight=pynumber_divide
I got some symbol undefined problem because of this. Please see the attached patch for fixing either the header and doc. Thank you! ---------- assignee: georg.brandl components: Documentation, Interpreter Core files: divide.patch keywords: patch messages: 88360 nosy: bhy, georg.brandl severity: normal status: open title: Header and doc related to PyNumber_Divide and PyNumber_InPlaceDivide should be removed in py3k versions: Python 3.0, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file14078/divide.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6115> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com