This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bhy
Recipients bhy, georg.brandl
Date 2009-05-26.12:07:03
SpamBayes Score 4.4905726e-05
Marked as misclassified No
Message-id <1243339626.58.0.298559042978.issue6115@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2009-05-26 12:07:06bhysetrecipients: + bhy, georg.brandl
2009-05-26 12:07:06bhysetmessageid: <1243339626.58.0.298559042978.issue6115@psf.upfronthosting.co.za>
2009-05-26 12:07:04bhylinkissue6115 messages
2009-05-26 12:07:04bhycreate