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 scoder
Recipients scoder
Date 2008-05-29.07:55:54
SpamBayes Score 0.024577482
Marked as misclassified No
Message-id <1212047758.76.0.831845847254.issue2997@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that removes three unused fields from the
PyNumberMethods struct in Py3. Since two fields were already removed
(one even before the ones this patch removes), there is no way existing
Py2 C code that uses this struct can work in Py3 without changes, so it
doesn't add any problems.
History
Date User Action Args
2008-05-29 07:55:59scodersetspambayes_score: 0.0245775 -> 0.024577482
recipients: + scoder
2008-05-29 07:55:58scodersetspambayes_score: 0.0245775 -> 0.0245775
messageid: <1212047758.76.0.831845847254.issue2997@psf.upfronthosting.co.za>
2008-05-29 07:55:57scoderlinkissue2997 messages
2008-05-29 07:55:56scodercreate