--embed mode: fix Py3, floating point on FreeBSD
authorMark Lodato <lodatom@gmail.com>
Sat, 24 Oct 2009 20:17:23 +0000 (16:17 -0400)
committerMark Lodato <lodatom@gmail.com>
Sat, 24 Oct 2009 20:17:23 +0000 (16:17 -0400)
commit8c10c8526c17f4931736afb8e13ef2d3176711af
tree6124a9f4b2a71b494673a0cdcf5feb172974ac31
parente26883a6117bfad282adf22027b6a604cef79fef
--embed mode: fix Py3, floating point on FreeBSD

Incorporate the changes of cython_freeze:
* fix when compiling on Python 3 (Issue #434)
* fix floating point issues on FreeBSD
Cython/Compiler/ModuleNode.py