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 vstinner
Recipients pitrou, skrah, vstinner
Date 2014-08-27.10:17:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409134653.07.0.0221464758189.issue22285@psf.upfronthosting.co.za>
In-reply-to
Content
A side effect of this issue is that when the _decimal cannot be build (ex: #22283), the Python implementation of the decimal cannot be used. Extract of buildbot test logs related to #22283:
---
Failed to build these modules:
_decimal

(...)
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_statistics.py", line 15, in <module>
    from decimal import Decimal
ImportError: cannot import name 'Decimal'
---
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/7213/steps/test/logs/stdio
History
Date User Action Args
2014-08-27 10:17:33vstinnersetrecipients: + vstinner, pitrou, skrah
2014-08-27 10:17:33vstinnersetmessageid: <1409134653.07.0.0221464758189.issue22285@psf.upfronthosting.co.za>
2014-08-27 10:17:33vstinnerlinkissue22285 messages
2014-08-27 10:17:33vstinnercreate