PyPy for Mac OS X 7.1.1 freeware
... existing python code. It supports ctypes and can run popular python libraries like twisted and django. ...
Author | PyPy Team |
Released | 2019-07-21 |
Filesize | 18.30 MB |
Downloads | 1007 |
OS | Mac OS X |
Installation | Instal And Uninstall |
Keywords | Python implementation, JIT compiler, application development, development, JIT, develop |
Users' rating (9 rating) |
PyPy for Mac OS X Free Download - we do not host any PyPy for Mac OS X torrent files or links of PyPy for Mac OS X on rapidshare.com, depositfiles.com, megaupload.com etc. All PyPy for Mac OS X download links are direct PyPy for Mac OS X download from publisher site or their selected mirrors.
7.1.1 | Jul 21, 2019 | New Release | Improve performance of u''.append Prevent a crash in zlib when flushing a closed stream Fix a few corner cases when encountering unicode values above 0x110000 Teach the JIT how to handle very large constant lists, sets, or dicts Fix building on ARM32 (issue 2984) Fix a bug in register assignment in ARM32 Package windows DLLs needed by cffi modules next to the cffi c-extensions (issue 2988) Cleanup and refactor JIT code to remove rpython.jit.metainterp.typesystem Fix memoryviews of ctype structures with padding, (cpython issue 32780) CFFI updated to as-yet-unreleased 1.12.3 |
2.3.1 | Jun 18, 2014 | New Release | Bugfixes: Many issues were cleaned up after being reported. Note that we consider performance slowdowns as bugs. Here is a summary of the user-facing changes; for more information see whats-new: The ARM port no longer crashes on unaligned memory access to floats and doubles, and singlefloats are supported in the JIT. Generators are faster since they now skip unnecessary cleanup A first time contributor simplified JIT traces by adding integer bound propagation in indexing and logical operations. Optimize consecutive dictionary lookups of the same key in a chain Our extensive pre-translation test suite now runs nightly on more platforms Fix issues with reimporting builtin modules Fix an RPython bug with loop-unrolling that appeared in the HippyVM PHP port Support for corner cases on objects with __int__ and __float__ methods Fix multithreaded support for gethostbyname_ex and gethostbyaddr Fix handling of tp_name for type objects |
2.2.1 | Nov 30, 2013 | New Release | This is a bugfix release. The most important bugs fixed are: an issue in sockets’ reference counting emulation, showing up notably when using the ssl module and calling makefile(). Tkinter support on Windows. If sys.maxunicode==65535 (on Windows and maybe OS/X), the json decoder incorrectly decoded surrogate pairs. some FreeBSD fixes. |