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 louielu
Recipients louielu, xiang.zhang
Date 2017-03-30.08:43:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490863419.03.0.486533075944.issue29946@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce on ArchLinux 4.10.1-1, GCC 6.3.1:

/home/louielu/Python/cpython/Modules/mathmodule.c:74:21: warning: ‘sqrtpi’ defined but not used [-Wunused-const-variable=]
 static const double sqrtpi = 1.772453850905516027298167483341145182798;

----

Is used by `m_erfc_contfrac` and `m_erf_series`, and inside the block of "#if !defined(HAVE_ERF) || !defined(HAVE_ERFC)", maybe sqrtpi should do the same condition?
History
Date User Action Args
2017-03-30 08:43:39louielusetrecipients: + louielu, xiang.zhang
2017-03-30 08:43:39louielusetmessageid: <1490863419.03.0.486533075944.issue29946@psf.upfronthosting.co.za>
2017-03-30 08:43:39louielulinkissue29946 messages
2017-03-30 08:43:38louielucreate