Issue23234
Created on 2015-01-13 23:41 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| subprocess.patch | vstinner, 2015-01-13 23:41 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg233974 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2015-01-13 23:41 | |
Attached patch refactors subprocess code: - use new OSError exceptions - factorize stdin.write() code |
|||
| msg234032 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2015-01-14 16:10 | |
I commited my change to Python 3.5. Thanks for the review Serhiy & vadmium. |
|||
| msg234033 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-01-14 16:15 | |
New changeset 0c5ae257966f by Victor Stinner in branch 'default': Closes #23234: Refactor subprocess https://hg.python.org/cpython/rev/0c5ae257966f |
|||
| msg234109 - (view) | Author: Gregory P. Smith (gregory.p.smith) * ![]() |
Date: 2015-01-16 02:25 | |
thanks for the cleanup refactoring! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:11 | admin | set | github: 67423 |
| 2015-01-23 10:56:04 | serhiy.storchaka | link | issue16648 dependencies |
| 2015-01-16 02:25:09 | gregory.p.smith | set | messages: + msg234109 |
| 2015-01-14 16:15:19 | python-dev | set | nosy:
+ python-dev messages:
+ msg234033 |
| 2015-01-14 16:10:10 | vstinner | set | messages: + msg234032 |
| 2015-01-14 16:09:35 | vstinner | set | status: open -> closed resolution: fixed |
| 2015-01-14 03:35:59 | berker.peksag | set | nosy:
+ gregory.p.smith components:
+ Library (Lib), - Extension Modules |
| 2015-01-14 02:01:43 | martin.panter | set | nosy:
+ martin.panter |
| 2015-01-13 23:41:01 | vstinner | create | |

