[Ironpython-users] IronPython, Daily Digest 3/12/2012

no_reply at codeplex.com no_reply at codeplex.com
Tue Mar 13 14:36:25 CET 2012


Hi ironpython,

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

In today's digest:ISSUES

1. [Status update] IronPython 1.1: test_urllibnet.py failing
2. [Status update] (CPy) test_import.py fails with StackOverflow exception
3. [Status update] PythonErrorSink moves to IPy
4. [New comment] SyntaxError should be thrown when import 'parentmodule.submodule',but IronPython throw ValueError.
5. [New comment] foo.aspx.py can only has public access
6. [New comment] No connection to HTTPS
7. [Status update] Trivial: tempfile.NamedTemporaryFile(...).close() does not delete the temporary file
8. [Status update] got a different result  for the same expression between IronPython and Cpython.
9. [New comment] "from <package> import *" fails, causes KeyError
10. [Status update] Recent change caused a 37% degrade in the CrossLang\XLang Factorial (pytopy) benchmark
11. [Status update] HAPI : ScriptScope.GetVariable<T> doesn't recognize explicit conversions.
12. [Status update] HAPI : ObjectOperations : Calling unbound class method fails
13. [New comment] Cannot install and run Django
14. [New comment] Tracking: Show the power/compatibility of IronPython by showing Trac running on IronPython
15. [Status update] Python code throws an exception when run executed from ScriptSource.Execute()
16. [New comment] Trivial: AttributeError: 'module' object has no attribute 'Incomplete'
17. [New comment] AttributeError: 'struct_time' object has no attribute 'n_fields'
18. [New comment] dir(ctypes.windll.kernel32.ReadProcessMemory) causes StackOverflowException
19. [New comment] dir(ctypes.windll.kernel32.ReadProcessMemory) causes StackOverflowException
20. [New comment] cannot import Sympy
21. [Status update] cannot import Sympy
22. [Status update] Trivial: Documentation Typo/Grammer
23. [Status update] Missing projects -  build is broken right after download
24. [Status update] ImportError: No module named winsound
25. [New issue] sys.version_info < tuple doesn't work like CPython
26. [New comment] sys.version_info < tuple doesn't work like CPython
27. [New comment] NullReference bug report
28. [New comment] sys.version is incomplete in user created engine, creating problems in platform.py
29. [New comment] sys.version is incomplete in user created engine, creating problems in platform.py
30. [Status update] sys.version is incomplete in user created engine, creating problems in platform.py

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

ISSUES

1. [Status update] IronPython 1.1: test_urllibnet.py failing
http://ironpython.codeplex.com/workitem/24061
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"Works on 2.7.2"-----------------

2. [Status update] (CPy) test_import.py fails with StackOverflow exception
http://ironpython.codeplex.com/workitem/24044
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"Cannot reproduce"-----------------

3. [Status update] PythonErrorSink moves to IPy
http://ironpython.codeplex.com/workitem/24036
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"No information on what this means."-----------------

4. [New comment] SyntaxError should be thrown when import 'parentmodule.submodule',but IronPython throw ValueError.
http://ironpython.codeplex.com/workitem/23769
User slide_o_mix has commented on the issue:

"Actually get a SyntaxError now, but a different error message.,

>>> import test.bad_coding
  File "D:\IronPython-2.7.2\Lib\test\bad_coding.py", line ?

    ^
SyntaxError: unknown encoding type"-----------------

5. [New comment] foo.aspx.py can only has public access
http://ironpython.codeplex.com/workitem/25961
User slide_o_mix has commented on the issue:

"Please upload a test case."-----------------

6. [New comment] No connection to HTTPS
http://ironpython.codeplex.com/workitem/28660
User slide_o_mix has commented on the issue:

"Please attach a test case."-----------------

7. [Status update] Trivial: tempfile.NamedTemporaryFile(...).close() does not delete the temporary file
http://ironpython.codeplex.com/workitem/23936
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"Fixed in previous version"-----------------

8. [Status update] got a different result  for the same expression between IronPython and Cpython.
http://ironpython.codeplex.com/workitem/23783
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"Fixed in previous version."-----------------

9. [New comment] "from <package> import *" fails, causes KeyError
http://ironpython.codeplex.com/workitem/31305
User slide_o_mix has commented on the issue:

"This still exists on 2.7.2"-----------------

10. [Status update] Recent change caused a 37% degrade in the CrossLang\XLang Factorial (pytopy) benchmark
http://ironpython.codeplex.com/workitem/24097
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"Not able to reproduce."-----------------

11. [Status update] HAPI : ScriptScope.GetVariable<T> doesn't recognize explicit conversions.
http://ironpython.codeplex.com/workitem/24075
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"Duplicate of [workitem:24074]"-----------------

12. [Status update] HAPI : ObjectOperations : Calling unbound class method fails
http://ironpython.codeplex.com/workitem/24151
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"No way to reproduce."-----------------

13. [New comment] Cannot install and run Django
http://ironpython.codeplex.com/workitem/20939
User slide_o_mix has commented on the issue:

"I was able to install Django, but still get errors when trying to run a simple site:

<string>:1: DeprecationWarning: object.__init__() takes no parameters for type K
eyedRef
Traceback (most recent call last):
  File "D:\IronPython-2.7.2\lib\site-packages\django\core\management\__init__.py
", line 438, in execute_manager
  File "D:\IronPython-2.7.2\lib\site-packages\django\core\management\__init__.py
", line 379, in execute
  File "D:\IronPython-2.7.2\lib\site-packages\django\core\management\__init__.py
", line 261, in fetch_command
  File "D:\IronPython-2.7.2\lib\site-packages\django\core\management\__init__.py
", line 67, in load_command_class
  File "D:\IronPython-2.7.2\lib\site-packages\django\contrib\staticfiles\managem
ent\commands\runserver.py", line 4, in <module>
  File "D:\IronPython-2.7.2\lib\site-packages\django\core\management\commands\ru
nserver.py", line 8, in <module>
  File "D:\IronPython-2.7.2\lib\site-packages\django\core\handlers\wsgi.py", lin
e 10, in <module>
  File "D:\IronPython-2.7.2\lib\site-packages\django\http\__init__.py", line 123
, in <module>
  File "D:\IronPython-2.7.2\lib\site-packages\django\http\multipartparser.py", l
ine 13, in <module>
  File "D:\IronPython-2.7.2\lib\site-packages\django\utils\text.py", line 134, i
n <module>
  File "D:\IronPython-2.7.2\lib\site-packages\django\utils\functional.py", line
158, in __init__
  File "manage.py", line 14, in <module>
  File "D:\IronPython-2.7.2\lib\site-packages\django\utils\importlib.py", line 3
5, in import_module
  File "D:\IronPython-2.7.2\lib\site-packages\django\utils\functional.py", line
240, in __wrapper__
  File "D:\IronPython-2.7.2\lib\site-packages\django\utils\functional.py", line
180, in __prepare_class__
AssertionError: Cannot call lazy() with both str and unicode return types."-----------------

14. [New comment] Tracking: Show the power/compatibility of IronPython by showing Trac running on IronPython
http://ironpython.codeplex.com/workitem/9197
User slide_o_mix has commented on the issue:

"See [workitem:32400] for one issue found during install."-----------------

15. [Status update] Python code throws an exception when run executed from ScriptSource.Execute()
http://ironpython.codeplex.com/workitem/24062
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"No way to reproduce."-----------------

16. [New comment] Trivial: AttributeError: 'module' object has no attribute 'Incomplete'
http://ironpython.codeplex.com/workitem/23808
User slide_o_mix has commented on the issue:

"Difference is now as below.

IronPython 2.7.2 (2.7.0.40) on .NET 4.0.30319.17020 (64-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>> binascii.Incomplete.__doc__
''
>>> binascii.Incomplete
<class 'binascii.Incomplete'>
>>>



Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>> binascii.Incomplete.__doc__
>>> binascii.Incomplete
<class 'binascii.Incomplete'>
>>>

"-----------------

17. [New comment] AttributeError: 'struct_time' object has no attribute 'n_fields'
http://ironpython.codeplex.com/workitem/23861
User slide_o_mix has commented on the issue:

"Fixed in 8a41d67"-----------------

18. [New comment] dir(ctypes.windll.kernel32.ReadProcessMemory) causes StackOverflowException
http://ironpython.codeplex.com/workitem/28942
User slide_o_mix has commented on the issue:

"This still exists on 2.7.2"-----------------

19. [New comment] dir(ctypes.windll.kernel32.ReadProcessMemory) causes StackOverflowException
http://ironpython.codeplex.com/workitem/28942
User slide_o_mix has commented on the issue:

"It gets stuck in a recursive loop in PythonType.TryGetCustomDir"-----------------

20. [New comment] cannot import Sympy
http://ironpython.codeplex.com/workitem/30528
User slide_o_mix has commented on the issue:

"This works for me with IP2.7.2 and sympy 0.7.1

IronPython 2.7.2 (2.7.0.40) on .NET 4.0.30319.17020 (64-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import sympy
>>>"-----------------

21. [Status update] cannot import Sympy
http://ironpython.codeplex.com/workitem/30528
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Works in 2.7.2"-----------------

22. [Status update] Trivial: Documentation Typo/Grammer
http://ironpython.codeplex.com/workitem/10084
User slide_o_mix has updated the issue:
Status has changed from Active to Closed.

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

23. [Status update] Missing projects -  build is broken right after download
http://ironpython.codeplex.com/workitem/28658
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"No missing project files in 2.7"-----------------

24. [Status update] ImportError: No module named winsound
http://ironpython.codeplex.com/workitem/23879
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment, 

"Duplicate of 21405"-----------------

25. [New issue] sys.version_info < tuple doesn't work like CPython
http://ironpython.codeplex.com/workitem/32400
User slide_o_mix has proposed the issue:

"In the Trac installer it has the following code which works in CPython, but not IronPython

min_python = (2,4)

if sys.version_info < min_python:
    print "Trac requires Python %d.%d or later" % min_python

This evaluates to False on IronPython and True on CPython

CPython:

>>> import sys
>>> min_python = (2,4)
>>> if sys.version_info < min_python:
... 	print "You fail"
... 	
>>> 


IronPython:

IronPython 2.7.2 (2.7.0.40) on .NET 4.0.30319.17020 (64-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> min_python = (2,4)
>>> if sys.version_info < min_python:
...     print "You fail"
...
You fail
>>>"-----------------

26. [New comment] sys.version_info < tuple doesn't work like CPython
http://ironpython.codeplex.com/workitem/32400
User jdhardy has commented on the issue:

"This was introduced in f8cce37 and fixed in 4a76497. Whoops."-----------------

27. [New comment] NullReference bug report
http://ironpython.codeplex.com/workitem/31621
User slide_o_mix has commented on the issue:

"Please attach a test case."-----------------

28. [New comment] sys.version is incomplete in user created engine, creating problems in platform.py
http://ironpython.codeplex.com/workitem/31736
User adal has commented on the issue:

"This still fails in IronPython 2.7.2. Try running the code sample from above in it."-----------------

29. [New comment] sys.version is incomplete in user created engine, creating problems in platform.py
http://ironpython.codeplex.com/workitem/31736
User jdhardy has commented on the issue:

"Released in IronPython 2.7.2



** Closed by jdhardy 3/9/2012 11:51 PM"-----------------

30. [Status update] sys.version is incomplete in user created engine, creating problems in platform.py
http://ironpython.codeplex.com/workitem/31736
User adal has updated the issue:
Status has changed from Closed to Proposed with the following comment, 

"This still fails in IronPython 2.7.2. Try running the code sample from above in it. "
----------------------------------------------



----------------------------------------------
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/20120313/8531d845/attachment.html>


More information about the Ironpython-users mailing list