]> granicus.if.org Git - python/commit
Issue #19232: Speed up decimal import. Additionally, since _decimal is
authorStefan Krah <skrah@bytereef.org>
Wed, 10 Sep 2014 15:58:15 +0000 (17:58 +0200)
committerStefan Krah <skrah@bytereef.org>
Wed, 10 Sep 2014 15:58:15 +0000 (17:58 +0200)
commitb578f8a1efdb8ad5b6671427d3a49f4eef5e5b70
tree4406bd8c0c25536ea07bdac4712c05766e40ab5c
parent082a9b1274ae61011e97b5c7e424e0e438114123
Issue #19232: Speed up decimal import.  Additionally, since _decimal is
self-contained, this change facilitates maintenance and the Python version
can be easily imported for experimentation.
Lib/_pydecimal.py [new file with mode: 0644]
Lib/decimal.py
Lib/test/test_decimal.py
Modules/_decimal/tests/deccheck.py