]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Mark intermedidate computes values (hi, lo, yr) as volatile.
authorRaymond Hettinger <python@rcn.com>
Fri, 30 May 2008 18:20:50 +0000 (18:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 30 May 2008 18:20:50 +0000 (18:20 +0000)
commitef712d6fd37b7576c8fc27d711a8e5f71ca17c7f
tree9d7f5c3dca5237dd402a7681f9257d20ab69777f
parentdc13b79a384691ed966f760a58d73a1b835e7d6b
* Mark intermedidate computes values (hi, lo, yr) as volatile.
* Expand comments.
* Swap variable names in the sum_exact code so that x and y
  are consistently chosen as the larger and smaller magnitude
  values respectively.
Modules/mathmodule.c