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 taleinat
Recipients georg.brandl, larry, python-dev, taleinat
Date 2015-06-03.08:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433319090.66.0.854333591397.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is an updated patch for Modules/mathmodule.c.

This is based on Georg's patch, updated to apply to current 3.5, with several improvements:

* replaced legacy converters
* converted math.ceil() and math.floor() functions
* converted the new math.gcd() and math.isclose() functions
* AC generated code in separate file: Modules/clinic/mathmodule.c.h
* this patch doesn't change any internal variable names in the C code
History
Date User Action Args
2015-06-03 08:11:31taleinatsetrecipients: + taleinat, georg.brandl, larry, python-dev
2015-06-03 08:11:30taleinatsetmessageid: <1433319090.66.0.854333591397.issue20186@psf.upfronthosting.co.za>
2015-06-03 08:11:30taleinatlinkissue20186 messages
2015-06-03 08:11:30taleinatcreate