Nuitka 0.6.0 发布了。Nuitka 是一个 Python 解释器的替代品,它可以无缝地替代和扩展 Python 的解释和编译工作。它可以执行编译的代码,并能用很兼容的方式将目标代码一起编译。 主要更新内容: Python3.5: Fix, the awaiting flag was not removed for exceptions thrown
into a coroutine, so next time it appeared to be awaiting instead of
finished. Python3: Classes in generators that were using built-in functions crashed
the compilation with C errors. Some regressions for XML outputs from previous changes were fixed. Fix, hasattr was not raising an exception if used with non-string
attributes. For really large compilations, MSVC linker could choke on the input file,
line length limits, which is now fixed for the inline copy of Scons. Standalone: Follow changed hidden dependency of PyQt5 to PyQt5.sipfor newer versions Standalone: Include certificate file using by requests module in some
cases as a data file.
完整更新内容请查看发布说明。 下载地址: http://nuitka.net/pages/download.html |