STINNER Victor added the comment:

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

----------
nosy: +skrah

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to