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 christian.heimes, collinwinter, gregory.p.smith, jyasskin, loewis, mark.dickinson, pitrou, schuppenies, vstinner
Date 2009-02-18.21:16:04
SpamBayes Score 0.00010147813
Marked as misclassified No
Message-id <1234991766.01.0.0743405110978.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
> apparently that used 15bit 
> digits despite --enable-big-digits on configure

Maybe configure didn't get updated properly?  I'm almost sure I found a 
case where autoconf and autoheader just reused the stuff in the 
autom4te.cache directory even though configure.in had been changed.
I've been doing:  rm -fr autom4te.cache; autoconf; autoheader
each time.
History
Date User Action Args
2009-02-18 21:16:06mark.dickinsonsetrecipients: + mark.dickinson, loewis, collinwinter, gregory.p.smith, pitrou, vstinner, christian.heimes, jyasskin, schuppenies
2009-02-18 21:16:06mark.dickinsonsetmessageid: <1234991766.01.0.0743405110978.issue4258@psf.upfronthosting.co.za>
2009-02-18 21:16:04mark.dickinsonlinkissue4258 messages
2009-02-18 21:16:04mark.dickinsoncreate