cpython/Modules/_decimal/tests
Miss Islington (bot) b6271025c6
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18584)
(cherry picked from commit 90930e6545)

Authored-by: Stefan Krah <skrah@bytereef.org>
2020-02-21 02:16:42 +01:00
..
README.txt
bench.py bpo-29919: Remove unused imports found by pyflakes (#137) 2017-03-27 16:05:26 +02:00
bignum.py Use zero bottom margin. 2012-08-22 19:28:12 +02:00
deccheck.py bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18584) 2020-02-21 02:16:42 +01:00
formathelper.py Issue #17768: Support newline fill character in decimal.py and NUL fill 2013-05-29 15:45:38 +02:00
randdec.py Issue #19936: Disable shebang lines in order to prevent using a random 2014-01-16 14:33:27 +01:00
randfloat.py
runall-memorydebugger.sh Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576) 2020-02-20 19:38:19 +01:00
runall.bat Update runall.bat to the latest Windows build system. (GH-18571) (#18573) 2020-02-20 19:31:11 +01:00

README.txt


This directory contains extended tests and a benchmark against decimal.py:

  bench.py  ->  Benchmark for small and large precisions.
  Usage: ../../../python bench.py

  formathelper.py   ->
  randdec.py        ->  Generate test cases for deccheck.py.
  randfloat.py      ->

  deccheck.py  ->  Run extended tests.
  Usage: ../../../python deccheck.py [--short|--medium|--long|--all]