Pyro 4.32 released
Irmen de Jong <irmen-qWit8jRvyhVmR6Xm/[email protected]> Sun, 11 Jan 2015 22:32:13 +0100
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
(another attempt, Sourceforge/mailman somehow refuses to accept this message to the list) Hi, Pyro 4.32 has just been released! Get it from Pypi: http://pypi.python.org/pypi/Pyro4/ Or straight from Github: https://github.com/irmen/Pyro4 Documentation: http://pythonhosted.org/Pyro4/index.html Changes: - json serializer can now deal with set() types; they will be converted to tuples/lists instead. (similar to what serpent does on older Python versions) - this also fixes the problem that the proxy metadata feature used to crash when using json as serializer (because it used sets to transfer the data. You had to turn the metadata feature off to be able to use the json serializer at all) - flame explicitly checks for pickle to be enabled instead of causing connection level errors - PYRONAME uri resolving now also uses the _pyroHmacKey set on the proxy (if any) - proxy no longer locks up in pyroRelease when a protocol error occurs while getting the metadata - stockquotes tutorial doesn't actually require pickle anymore, so removed that from code and docs - distributed-computing example now uses a custom class deserializer instead of relying on pickle - distributed-computing example no longer overflows on older python versions (<3.x) - serpent library dependency updated to 1.8 - setup.py no longer fails when it can't import Pyro4 (it no longer needs to do so) Have fun! Irmen de Jong ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net