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 doko
Recipients doko
Date 2017-12-06.13:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512568232.66.0.213398074469.issue32233@psf.upfronthosting.co.za>
In-reply-to
Content
in setup.py, for the _decimal module the libararies are now set exclusively to ['m'], without checking if this is really needed, and overriding the external mpdec library, breaking the build.  Is there any reason to override that?
History
Date User Action Args
2017-12-06 13:50:32dokosetrecipients: + doko
2017-12-06 13:50:32dokosetmessageid: <1512568232.66.0.213398074469.issue32233@psf.upfronthosting.co.za>
2017-12-06 13:50:32dokolinkissue32233 messages
2017-12-06 13:50:32dokocreate