[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-11 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread Yury Selivanov
Yury Selivanov added the comment: Build bots are green now, closing this. -- ___ Python tracker ___ ___

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread Yury Selivanov
Yury Selivanov added the comment: Should be fixed now. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 223c134af5a1 by Yury Selivanov in branch 'default': Issue #28008: Fix test_unparse https://hg.python.org/cpython/rev/223c134af5a1 -- ___ Python tracker

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread STINNER Victor
STINNER Victor added the comment: You are not done yet :-) http://buildbot.python.org/all/builders/s390x%20SLES%203.x/builds/1762/steps/test/logs/stdio == FAIL: test_files (test.test_tools.test_unparse.DirectoryTestCase)

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread Yury Selivanov
Yury Selivanov added the comment: Committed. Thank you Victor for the review. -- ___ Python tracker ___ ___

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf91a929b81a by Yury Selivanov in branch 'default': Issue #28008: Implement PEP 530 -- asynchronous comprehensions. https://hg.python.org/cpython/rev/cf91a929b81a -- nosy: +python-dev ___ Python tracker

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-09 Thread Yury Selivanov
Changes by Yury Selivanov : Added file: http://bugs.python.org/file44504/asyncomp.patch ___ Python tracker ___

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-07 Thread Yury Selivanov
New submission from Yury Selivanov: This patch is supposed to be committed after issue #28003. -- assignee: yselivanov components: Interpreter Core files: async_comp_1.patch keywords: patch messages: 274897 nosy: haypo, lukasz.langa, ned.deily, yselivanov priority: release blocker