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 mark.dickinson
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-28.19:43:58
SpamBayes Score 0.00044015428
Marked as misclassified No
Message-id <1214682239.7.0.680167833182.issue3168@psf.upfronthosting.co.za>
In-reply-to
Content
> Trying to isolate and duplicate the problem with c_quot isn't quite 
> working.  See the attached c_quot.c file and the results at the end.

I'd expect that you'd need both the cmath_log and the c_quot functions, 
probably in separate files that are compiled independently and then linked 
together.  It looks like it's somehow the combination of these two that's 
causing a problem.
History
Date User Action Args
2008-06-28 19:43:59mark.dickinsonsetspambayes_score: 0.000440154 -> 0.00044015428
recipients: + mark.dickinson, terry.reedy, MrJean1
2008-06-28 19:43:59mark.dickinsonsetspambayes_score: 0.000440154 -> 0.000440154
messageid: <1214682239.7.0.680167833182.issue3168@psf.upfronthosting.co.za>
2008-06-28 19:43:58mark.dickinsonlinkissue3168 messages
2008-06-28 19:43:58mark.dickinsoncreate