[Ironpython-users] IronPython, Daily Digest 7/20/2013

CodePlex no_reply at codeplex.com
Sun Jul 21 09:19:38 CEST 2013


Hi ironpython,

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

In today's digest:ISSUES

1. [Status update] result of set(vars()) is different to set(dir())
2. [New comment] __getattr__ not called upon module import
3. [New comment] Wrong implementation of ModuleType.__new__
4. [New comment] hashlib update really slow
5. [Status update] Memory leak...
6. [New comment] sys.platform under Silverlight returns wrong value
7. [Status update] how to get ironpython method parameters using .net
8. [Status update] Can't install 2.6.2 for .Net 4.0 - can't find wininst-9.0.exe
9. [New comment] 'continue' not supported inside 'finally' clause when it should be
10. [Status update] Can't import json when using with Unity
11. [Status update] Unsupported param dictionary type: IronPython.Runtime.PythonDictionary
12. [Status update] ironpython engine can not access the member of the clr object inherited from the base class.
13. [Status update] no module named dateutil : error
14. [New comment] __getattr__  not able to override when class inherits from Moduletype

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

ISSUES

1. [Status update] result of set(vars()) is different to set(dir())
http://ironpython.codeplex.com/workitem/23731
User jdhardy has updated the issue:
Status has changed from Active to Closed with the following comment, 

"This is working as of 2.7.4 Beta 1."-----------------

2. [New comment] __getattr__ not called upon module import
http://ironpython.codeplex.com/workitem/26177
User jdhardy has commented on the issue:

"<p>Fixed in 9d6787b.</p>"-----------------

3. [New comment] Wrong implementation of ModuleType.__new__
http://ironpython.codeplex.com/workitem/27113
User jdhardy has commented on the issue:

"<p>Not sure when, but this is fixed as of 2.7.4 Beta 1.</p>"-----------------

4. [New comment] hashlib update really slow
http://ironpython.codeplex.com/workitem/34022
User jdhardy has commented on the issue:

"<p>Heh, the implementation of md5 and sha contain the following comment:</p><p>//!!! This is pretty inefficient. We should probably use hasher.TransformBlock instead of<br>//!!! hanging onto all of the bytes.</p><p>It seems that .update() copies the new data into an array and then recomputes the hash of the whole array, which explains the linear slowdown.</p>"-----------------

5. [Status update] Memory leak...
http://ironpython.codeplex.com/workitem/34023
User jdhardy has updated the issue:
Status has changed from Proposed to Closed.

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

6. [New comment] sys.platform under Silverlight returns wrong value
http://ironpython.codeplex.com/workitem/34085
User jdhardy has commented on the issue:

"<p>Fixed in 97358c4.</p>"-----------------

7. [Status update] how to get ironpython method parameters using .net
http://ironpython.codeplex.com/workitem/34104
User jdhardy has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Please use the resources on http://ironpython.net/support/ or StackOverflow for general support requests."-----------------

8. [Status update] Can't install 2.6.2 for .Net 4.0 - can't find wininst-9.0.exe
http://ironpython.codeplex.com/workitem/34199
User jdhardy has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"2.6 is no longer supported. You could try using the zip archive instead of the installer."-----------------

9. [New comment] 'continue' not supported inside 'finally' clause when it should be
http://ironpython.codeplex.com/workitem/34225
User jdhardy has commented on the issue:

"<p>Fixed in 859e16f.</p>"-----------------

10. [Status update] Can't import json when using with Unity
http://ironpython.codeplex.com/workitem/34234
User jdhardy has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Please use the resources on http://ironpython.net/support/ or StackOverflow for general support requests."-----------------

11. [Status update] Unsupported param dictionary type: IronPython.Runtime.PythonDictionary
http://ironpython.codeplex.com/workitem/34241
User jdhardy has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"This is a duplicate of [workitem:33173], which is already fixed in 2.7.4."-----------------

12. [Status update] ironpython engine can not access the member of the clr object inherited from the base class.
http://ironpython.codeplex.com/workitem/34244
User jdhardy has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Please use the resources on http://ironpython.net/support/ or StackOverflow for general support requests. Also, 2.6 is not supported; try 2.7 instead."-----------------

13. [Status update] no module named dateutil : error
http://ironpython.codeplex.com/workitem/34246
User jdhardy has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Please use the resources on http://ironpython.net/support/ or StackOverflow for general support requests."-----------------

14. [New comment] __getattr__  not able to override when class inherits from Moduletype
http://ironpython.codeplex.com/workitem/34257
User jdhardy has commented on the issue:

"<p>Fixed in 9d6787b.</p>"
----------------------------------------------



----------------------------------------------
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/20130721/9d3cdd64/attachment.html>


More information about the Ironpython-users mailing list