]> granicus.if.org Git - python/commit
Merged revisions 66552-66553 via svnmerge from
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 22 Sep 2008 14:49:01 +0000 (14:49 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 22 Sep 2008 14:49:01 +0000 (14:49 +0000)
commit4561257c34f2966af31c7f9930ae04e775e5ee3d
tree397dd195bc74ff0f507e52e22eae08afee4c03a6
parenta74e4bf4c3a4fb7ed71ff2cdca75bc0c41c2cc0a
Merged revisions 66552-66553 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66552 | andrew.macintyre | 2008-09-23 00:10:54 +1000 (Tue, 23 Sep 2008) | 5 lines

  should use macro'ed symbols not direct

  Part of source_os2emx.patch in issue 3868
  Reviewed by Amaury Forgeot d'Arc
........
  r66553 | andrew.macintyre | 2008-09-23 00:11:41 +1000 (Tue, 23 Sep 2008) | 5 lines

  any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>

  Part of source_os2emx.patch in issue 3868
  Reviewed by Amaury Forgeot d'Arc
........
Objects/floatobject.c
Python/pymath.c