Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] ipy-2.7-maint does't compile under windows
2. [New issue] socket.create_connection() causes exception "getaddrinfo returns
an empty list"
----------------------------------------------
ISSUES
1. [New issue] ipy-2.7-maint does't compile under windows
http://ironpython.codeplex.com/workitem/35575
User paweljasinski has proposed the issue:
"$ ./make.cmd
Microsoft.Scripting ->
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Microsoft.Scripting.dll
Microsoft.Scripting.Metadata ->
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Microsoft.Scripting.Metadata.dll
Microsoft.Dynamic ->
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Microsoft.Dynamic.dll
Runtime\CommonDictionaryStorage.cs(905,43): error CS0168: Warning as Error: The
variable 'e' is declared but never used
[C:\cygwin64\home\rejap\github\IronLanguages\Languages\IronPython\IronPython\IronPython.csproj]
Microsoft.Scripting.AspNet ->
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Microsoft.Scripting.AspNet.dll
"-----------------
2. [New issue] socket.create_connection() causes exception "getaddrinfo returns
an empty list"
http://ironpython.codeplex.com/workitem/35576
User tcalmant has proposed the issue:
"An exception is raised any time I use the method
socket.create_connection(...), or call something that uses it (like the base
HTTP server).
This beheviour is really strange as a direct call to getaddrinfo() works
correctly.
IPython version:
IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.34014 (32-bit)
OS:
Windows 8.1 Pro 64 bits
Complete trace:
C:\Users\Thomas>ipy -X:ExceptionDetail
IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.34014 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> socket.getaddrinfo('localhost', 8080)
[(23, 0, 0, '', ('::1', 8080, 0L, 0L)), (2, 0, 0, '', ('127.0.0.1', 8080))]
>>> socket.create_connection(('localhost', 8080))
getaddrinfo returns an empty list
à IronPython.Modules.PythonSocket.create_connection(CodeContext context,
PythonTuple address, Object timeout, PythonTuple source_address)
à IronPython.Modules.PythonSocket.create_connection(CodeContext context,
PythonTuple address)
à Microsoft.Scripting.Interpreter.FuncCallInstruction`3.Run(InterpretedFrame
frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0
arg0, T1 arg1, T2 arg2, T3 arg3)
à System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite
site, T0 arg0, T1 arg1, T2 arg2)
à Microsoft.Scripting.Interpreter.FuncCallInstruction`6.Run(InterpretedFrame
frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0
arg0, T1 arg1, T2 arg2, T3 arg3)
à
IronPython.Compiler.Ast.CallExpression.Invoke1Instruction.Run(InterpretedFrame
frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1
arg1)
à IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
à IronPython.Compiler.PythonScriptCode.Run(Scope scope)
à
IronPython.Hosting.PythonCommandLine.<>c__DisplayClass1.<RunOneInteraction>b__0()
socket.error: getaddrinfo returns an empty list
>>>
"
----------------------------------------------
----------------------------------------------
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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users