[Ironpython-users] IronPython, Daily Digest 11/10/2014

CodePlex no_reply at codeplex.com
Tue Nov 11 09:21:53 CET 2014


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] IronPython 2.7.5 B3 does not work with Pyro 4
2. [New issue] ssl default to SSL v2

----------------------------------------------

ISSUES

1. [New issue] IronPython 2.7.5 B3 does not work with Pyro 4
http://ironpython.codeplex.com/workitem/35667
User yngipy has proposed the issue:

"Issue:
Using Pyro4 in IronPython 2.7.5 B3 does not work. It works with IronPython 2.7.4.

Did we have changes in pickling?

Configuration:
Windows 8.1 Pro 32-bit

Steps to reproduce:
Download and install IronPython 2.7.5 B3
Download Serpent (1.7) tar.gz file
Extract Serpent
Change directory to the extracted location
Install Serpent - ipy.exe setup.py install
Download Pyro 4 (4.30) tar.gz fie
Extract Pyro 4
Change to the extracted folder for Pyro 4.
Install Pyro 4 - ipy.exe setup.py install
Run attached server.py
Run attached client.py

Notice that client.py raises TypeError exception, see below:
Traceback (most recent call last):
  File "client2.py", line 8, in <module>
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 231,
in getattr
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 475,
in _pyroGetMetadata
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 466,
in _Proxy__pyroCreateConnection
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\util.py", line 167,
in serializeCall
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\util.py", line 449,
in dumpsCall
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 306, in
 ser_builtins_tuple
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 233, in
 _serialize
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 483,
in _pyroGetMetadata
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 357,
in _pyroInvoke
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 67, in
dumps
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 222, in
 serialize
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 254, in
 _serialize
TypeError: type objects are unhashable"-----------------

2. [New issue] ssl default to SSL v2
http://ironpython.codeplex.com/workitem/35668
User paweljasinski has proposed the issue:

"ssl connections defaults to SSL v2. cpython 2.7.8 under linux, cygwin and win32 defaults to TLS 1.2
This causes 
IOError: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host

during the initial handshake (server drops connection right after Client Hello)

more details under: http://stackoverflow.com/questions/26810705/ironpython-urllib2-basic-auth-exceptions-shopify/26847407#26847407"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20141111/d998eb77/attachment.html>


More information about the Ironpython-users mailing list