Issue 26010: document CO_* constants (original) (raw)

Created on 2016-01-04 21:43 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Issue26010.patch yselivanov,2016-01-04 21:47 review
issue26010-2.diff matrixise,2016-10-20 16:57 review
Messages (8)
msg257497 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-01-04 21:47
Hi David, This is a follow up to issue #26010. Please review the attached patch. I've skipped the CO_NESTED flag since it's no longer used, and CO_OPTIMIZED because I don't know too much about it.
msg257528 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-01-05 12:54
> This is a follow up to issue #26010. The correct issue # is 25813
msg278897 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2016-10-18 16:05
I have reviewed your patch, but could you add the doc for CO_ASYNC_GENERATOR ? Thank you
msg279050 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2016-10-20 16:57
Hello Yury, I have updated your patch, with a small description for CO_ASYNC_GENERATOR. I need a review for the description. Stephane
msg279052 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-20 17:12
New changeset 681924a9eefd by Yury Selivanov in branch '3.5': Issue #26010: Document CO_* constants https://hg.python.org/cpython/rev/681924a9eefd New changeset 5023c182a8a4 by Yury Selivanov in branch '3.6': Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010 https://hg.python.org/cpython/rev/5023c182a8a4 New changeset 3c4833d2fdbe by Yury Selivanov in branch 'default': Merge 3.6 (issue #26010) https://hg.python.org/cpython/rev/3c4833d2fdbe
msg279053 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-10-20 17:13
Thank you Stephane for bumping this issue up. I've committed the patch. I've documented CO_ASYNC_GENERATOR in more detail, and I also added "versionadded" tags to CO_COROUTINE and CO_ITERABLE_COROUTINE.
msg279054 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2016-10-20 17:14
Nice Yury, sorry for the missing versionadded directive. And now, I have a description for CO_ASYNC_GENERATOR ;-)
msg279081 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-20 20:31
New changeset 761414979de5 by Yury Selivanov in branch '3.6': Issue #26010: fix typos; rewording https://hg.python.org/cpython/rev/761414979de5 New changeset 3821599fc74d by Yury Selivanov in branch 'default': Merge 3.6 (issue #26010) https://hg.python.org/cpython/rev/3821599fc74d
History
Date User Action Args
2022-04-11 14:58:25 admin set github: 70198
2016-10-20 20:31:37 python-dev set messages: +
2016-10-20 17:14:28 matrixise set status: open -> closed
2016-10-20 17:14:15 matrixise set messages: +
2016-10-20 17:13:03 yselivanov set resolution: fixedmessages: +
2016-10-20 17:12:07 python-dev set nosy: + python-devmessages: +
2016-10-20 16:58:10 matrixise set stage: needs patch -> patch review
2016-10-20 16:57:28 matrixise set files: + issue26010-2.diffmessages: +
2016-10-18 16:17:08 matrixise set stage: patch review -> needs patch
2016-10-18 16:05:06 matrixise set nosy: + matrixisemessages: +
2016-01-05 12:54:21 yselivanov set messages: +
2016-01-04 21:47:03 yselivanov set files: + Issue26010.patchkeywords: + patchmessages: +
2016-01-04 21:45:11 yselivanov link issue25813 superseder
2016-01-04 21:43:19 yselivanov create