Re: [Python-Dev] Python build question (fixing pymath.c).

2009-09-27 Thread Mark Dickinson
On Sun, Sep 27, 2009 at 8:48 AM, Brett Cannon wrote: > On Sun, Sep 27, 2009 at 00:21, Mark Dickinson wrote: [...] >> So I've now got a file Modules/math_support.c that contains >> some functions needed by both mathmodule.c and >> cmathmodule.c, as well as a couple of functions only >> currently n

Re: [Python-Dev] Python build question (fixing pymath.c).

2009-09-27 Thread Brett Cannon
On Sun, Sep 27, 2009 at 00:21, Mark Dickinson wrote: > Hello all, > > I'm looking for advice on how to clean up an ugliness (one > that I'm at least partly responsible for) in the Python build setup. > > Here's the problem:  some of the exported functions (e.g. atanh, > log1p) in the Python/pymath

[Python-Dev] Python build question (fixing pymath.c).

2009-09-27 Thread Mark Dickinson
Hello all, I'm looking for advice on how to clean up an ugliness (one that I'm at least partly responsible for) in the Python build setup. Here's the problem: some of the exported functions (e.g. atanh, log1p) in the Python/pymath.c file aren't needed by the Python core at all; they're exported