]> granicus.if.org Git - python/commit
Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Jun 2014 12:16:44 +0000 (14:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Jun 2014 12:16:44 +0000 (14:16 +0200)
commitd4d39c761cb4856da8958b2826d0ade6fe1d8539
treecadae1a480fbccb83261a71a75303b305163115c
parentb16619188633a22a924ea9497c55932cd03fdc44
Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
division to benchmark integers instead of floating point numbers. Set pystone
version to 1.2. Patch written by Lennart Regebro.
Lib/test/pystone.py
Misc/NEWS