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-11-03 18:29 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
call_soon.patch | yselivanov, 2016-11-03 18:35 | review | ||
call_soon2.patch | yselivanov, 2016-11-03 19:04 | moved another isinstance check from Handle to _check_callback | review | |
call_soon3.patch | yselivanov, 2016-11-03 19:21 | address Guido's review | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:39 | admin | set | github: 72786 |
2017-07-28 03:34:23 | chris.jerdonek | set | title: shutdown_asyncgens -> asyncio: Optimize loop.call_soon |
2017-07-28 03:33:42 | chris.jerdonek | set | title: asyncio: Optimize loop.call_soon -> shutdown_asyncgens |
2016-11-03 22:29:46 | yselivanov | set | messages: + msg280031 |
2016-11-03 22:26:39 | gvanrossum | set | messages: + msg280030 |
2016-11-03 22:12:50 | yselivanov | set | status: open -> closed type: performance resolution: fixed stage: commit review -> resolved |
2016-11-03 22:12:18 | yselivanov | set | messages: + msg280027 |
2016-11-03 22:11:04 | python-dev | set | nosy:
+ python-dev messages: + msg280026 |
2016-11-03 21:11:34 | yselivanov | set | messages: + msg280019 |
2016-11-03 21:07:27 | socketpair | set | nosy:
+ socketpair messages: + msg280018 |
2016-11-03 20:51:38 | vstinner | set | messages: + msg280017 |
2016-11-03 20:16:39 | ned.deily | set | stage: commit review |
2016-11-03 19:52:19 | gvanrossum | set | messages: + msg280016 |
2016-11-03 19:31:52 | vstinner | set | messages: + msg280013 |
2016-11-03 19:21:02 | yselivanov | set | files: + call_soon3.patch |
2016-11-03 19:04:38 | yselivanov | set | files: + call_soon2.patch |
2016-11-03 18:48:01 | yselivanov | set | messages: + msg280006 |
2016-11-03 18:42:12 | asvetlov | set | messages: + msg280004 |
2016-11-03 18:35:20 | yselivanov | set | files:
+ call_soon.patch keywords: + patch |
2016-11-03 18:29:01 | yselivanov | create |