[Ironpython-users] IronPython, Daily Digest 7/7/2014

CodePlex no_reply at codeplex.com
Tue Jul 8 09:25:41 CEST 2014


Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] iter(object) does not raise TypeError
2. [New comment] iter(object) does not raise TypeError
3. [New comment] from multiprocessing.pool import ThreadPool fails

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

ISSUES

1. [New comment] iter(object) does not raise TypeError
http://ironpython.codeplex.com/workitem/34705
User paweljasinski has commented on the issue:

"<p>additional test case which should work at the same time:<br>```<br>>>> class Foo(object):<br>        def __iter__(self):<br>...     bar = "bar"<br>...     baz = 1<br>...     class __metaclass__(type):<br>...         def __iter__(self):<br>...             for attr in dir(Foo):<br>...                 if not attr.startswith("__"):<br>...                     yield attr<br>...<br>>>> iter(Foo)<br><generator object __iter__ at 0x6ffffef2f50><br>>>> for f in Foo:<br>...     print f<br>...<br>bar<br>baz<br>>>><br>```</p><p></p>"-----------------

2. [New comment] iter(object) does not raise TypeError
http://ironpython.codeplex.com/workitem/34705
User paweljasinski has commented on the issue:

"<p>the second line of the snipped should not be there<br>```<br>class Foo(object):<br>    bar = "bar"<br>    baz = 1<br>    class __metaclass__(type):<br>        def __iter__(self):<br>            for attr in dir(Foo):<br>                if not attr.startswith("__"):<br>                    yield attr<br>for f in Foo:<br>    print f<br>```</p>"-----------------

3. [New comment] from multiprocessing.pool import ThreadPool fails
http://ironpython.codeplex.com/workitem/34959
User paweljasinski has commented on the issue:

"<p>fixed in 7e78d327d4c8750fd4c97a6f9ec0bcf5b51e22e5</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/20140708/19715480/attachment.html>


More information about the Ironpython-users mailing list