Quantcast
Channel: RasadaCrea rss feeds aggregator
Viewing all articles
Browse latest Browse all 178

PyPy Development: PyPy 5.10.1 bugfix release for python 3.5

$
0
0
We have released a bug fix PyPy3.5-v5.10.1 due to the following issues: Fix time.sleep(float('nan')) which would hang on Windows Fix missing errno constants on Windows Fix issue 2718 for the REPL on Linux Fix an overflow in converting int secs to nanosecs (issue 2717 ) Using kwarg 'flag' to os.setxattr had no effect Fix the winreg module for unicode entries in the registry on Windows Note that many of these fixes are for our new beta version of PyPy3.5 on Windows. There may be more unicode problems in the Windows beta version, especially concerning directory- and file-names with non-ASCII characters. On macOS, we recommend you wait for the Homebrew package to prevent issues with third-party packages. For other supported platforms our downloads are available now. Thanks to those who reported the issues. What is PyPy? PyPy is a very compliant Python interpreter, almost a drop-in replacement for CPython 2.7 and CPython 3.5. It's fast ( PyPy and CPython 2.7.x performance comparison) due to its integrated tracing JIT compiler. We also welcome developers of other dynamic languages to see what RPython can do for them. This PyPy 3.5 release supports: x86 machines on most common operating systems (Linux .. cntd

Viewing all articles
Browse latest Browse all 178

Trending Articles