Message244731
| 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:31 | taleinat | set | recipients: + taleinat, georg.brandl, larry, python-dev |
| 2015-06-03 08:11:30 | taleinat | set | messageid: <1433319090.66.0.854333591397.issue20186@psf.upfronthosting.co.za> |
| 2015-06-03 08:11:30 | taleinat | link | issue20186 messages |
| 2015-06-03 08:11:30 | taleinat | create | |