This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年09月07日 17:29 by yselivanov, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| asyncgen_1.patch | yselivanov, 2016年09月07日 17:29 | review | ||
| async_gen.patch | yselivanov, 2016年09月09日 05:03 | |||
| Messages (7) | |||
|---|---|---|---|
| msg274845 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2016年09月07日 17:29 | |
The PEP has been accepted, let's review the reference implementation and get it committed. |
|||
| msg275257 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年09月09日 05:02 | |
New changeset 5259588983ca by Yury Selivanov in branch 'default': Issue #28003: Implement PEP 525 -- Asynchronous Generators. https://hg.python.org/cpython/rev/5259588983ca |
|||
| msg275258 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2016年09月09日 05:02 | |
Committed. Thanks Victor for the review! |
|||
| msg275270 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2016年09月09日 07:02 | |
I am getting a new GCC warning:
./Python/sysmodule.c:1425:28: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
{"set_asyncgen_hooks", sys_set_asyncgen_hooks,
^~~~~~~~~~~~~~~~~~~~~~
./Python/sysmodule.c:1425:28: note: (near initialization for ‘sys_methods[34].ml_meth’)
|
|||
| msg275272 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年09月09日 07:06 | |
New changeset 910e293663cb by Yury Selivanov in branch 'default': Issue #28003: Fix a compiler warning https://hg.python.org/cpython/rev/910e293663cb |
|||
| msg275273 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2016年09月09日 07:06 | |
Thanks, Martin, it should be fixed now. |
|||
| msg280365 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年11月09日 00:46 | |
New changeset 9f32ef6b210b by Yury Selivanov in branch '3.6': Issue #28003: Make WrappedVal, ASend and AThrow GC types https://hg.python.org/cpython/rev/9f32ef6b210b New changeset 6f51b495656c by Yury Selivanov in branch 'default': Merge 3.6 (issue #28003) https://hg.python.org/cpython/rev/6f51b495656c |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:35 | admin | set | github: 72190 |
| 2016年11月09日 00:46:48 | python-dev | set | messages: + msg280365 |
| 2016年09月09日 07:06:25 | yselivanov | set | messages: + msg275273 |
| 2016年09月09日 07:06:08 | python-dev | set | messages: + msg275272 |
| 2016年09月09日 07:02:09 | martin.panter | set | nosy:
+ martin.panter messages: + msg275270 |
| 2016年09月09日 05:03:18 | yselivanov | set | files: + async_gen.patch |
| 2016年09月09日 05:02:50 | yselivanov | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2016年09月09日 05:02:37 | yselivanov | set | messages: + msg275258 |
| 2016年09月09日 05:02:03 | python-dev | set | nosy:
+ python-dev messages: + msg275257 |
| 2016年09月07日 17:29:34 | yselivanov | create | |