Issue20175
Created on 2014-01-07 23:48 by larry, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| io_clinic.patch | serhiy.storchaka, 2015-04-06 08:13 | review | ||
| io_clinic_2.patch | serhiy.storchaka, 2015-04-11 04:53 | review | ||
| pdm-iofile_typo-v1.patch | pdmccormick, 2015-04-16 15:23 | Fixed typo in Modules/_io/fileio.c | review | |
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 14245 | merged | ZackerySpytz, 2019-06-19 20:44 | |
| Messages (14) | |||
|---|---|---|---|
| msg207620 - (view) | Author: Larry Hastings (larry) * ![]() |
Date: 2014-01-07 23:48 | |
This issue is part of the Great Argument Clinic Conversion Derby,
where we're trying to convert as much of Python 3.4 to use
Argument Clinic as we can before Release Candidate 1 on January 19.
This issue asks you to change the following bundle of files:
Modules/_io/bufferedio.c: 13 sites
Modules/_io/bytesio.c: 6 sites
Modules/_io/fileio.c: 6 sites
Modules/_io/iobase.c: 4 sites
Modules/_io/stringio.c: 5 sites
Modules/_io/textio.c: 8 sites
Modules/_multiprocessing/multiprocessing.c: 3 sites
Modules/_multiprocessing/semaphore.c: 5 sites
Talk to me (larry) if you only want to attack part of a bundle.
For instructions on how to convert a function to work with Argument
Clinic, read the "howto":
http://docs.python.org/dev/howto/clinic.html
|
|||
| msg207764 - (view) | Author: Brian Morrow (killerbat) | Date: 2014-01-09 17:54 | |
I'll gladly take this bundle. |
|||
| msg207825 - (view) | Author: Larry Hastings (larry) * ![]() |
Date: 2014-01-10 02:33 | |
Go for it! That's weird. Why can't I assign it to you? Have you not signed and submitted a Python contributor agreement? |
|||
| msg207826 - (view) | Author: Larry Hastings (larry) * ![]() |
Date: 2014-01-10 02:33 | |
Oops, sorry kbk. |
|||
| msg224757 - (view) | Author: Larry Hastings (larry) * ![]() |
Date: 2014-08-04 20:12 | |
All the Derby patches should only go into trunk at this point. |
|||
| msg240146 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2015-04-06 08:13 | |
Proposed patch converts the _io module to Argument Clinic. Total 86 methods are converted. |
|||
| msg240461 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2015-04-11 04:53 | |
Updated to the tip. |
|||
| msg241207 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-04-16 08:26 | |
New changeset 49007ed1a1a5 by Serhiy Storchaka in branch 'default': Issue #20175: Converted the _io module to Argument Clinic. https://hg.python.org/cpython/rev/49007ed1a1a5 |
|||
| msg241208 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-04-16 08:59 | |
New changeset 2d8e4047c270 by Serhiy Storchaka in branch '3.4': Backported tests from issue #20175. https://hg.python.org/cpython/rev/2d8e4047c270 New changeset 867c509c8c5e by Serhiy Storchaka in branch '2.7': Backported tests from issue #20175. https://hg.python.org/cpython/rev/867c509c8c5e |
|||
| msg241209 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2015-04-16 08:59 | |
Thank you for your review Larry. |
|||
| msg241222 - (view) | Author: Peter McCormick (pdmccormick) * | Date: 2015-04-16 15:23 | |
The smallest of typo fixes. |
|||
| msg242474 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2015-05-03 13:21 | |
Thanks Peter for the fix. Applied by Christian in 743c54a2830f. |
|||
| msg346086 - (view) | Author: Zackery Spytz (ZackerySpytz) * ![]() |
Date: 2019-06-19 20:49 | |
PR 14245 converts Modules/_multiprocessing/semaphore.c and Modules/_multiprocessing/multiprocessing.c. |
|||
| msg373561 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2020-07-12 16:11 | |
New changeset 545b54d2abbc7970aa66b179a18ff2ac4440a8f9 by Zackery Spytz in branch 'master': bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245) https://github.com/python/cpython/commit/545b54d2abbc7970aa66b179a18ff2ac4440a8f9 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:56 | admin | set | github: 64374 |
| 2020-07-12 16:13:44 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-07-12 16:11:18 | serhiy.storchaka | set | messages: + msg373561 |
| 2019-06-19 20:49:12 | ZackerySpytz | set | nosy:
+ ZackerySpytz messages: + msg346086 |
| 2019-06-19 20:44:12 | ZackerySpytz | set | pull_requests: + pull_request14080 |
| 2015-05-03 13:21:14 | serhiy.storchaka | set | messages: + msg242474 |
| 2015-04-16 15:23:23 | pdmccormick | set | files:
+ pdm-iofile_typo-v1.patch messages: + msg241222 |
| 2015-04-16 13:32:55 | pdmccormick | set | nosy:
+ pdmccormick |
| 2015-04-16 08:59:46 | serhiy.storchaka | set | messages: + msg241209 |
| 2015-04-16 08:59:00 | python-dev | set | messages: + msg241208 |
| 2015-04-16 08:26:42 | python-dev | set | nosy:
+ python-dev messages: + msg241207 |
| 2015-04-11 04:53:34 | serhiy.storchaka | set | files:
+ io_clinic_2.patch messages: + msg240461 |
| 2015-04-06 08:13:10 | serhiy.storchaka | set | files:
+ io_clinic.patch nosy:
+ stutzbach, pitrou, serhiy.storchaka, benjamin.peterson keywords:
+ patch |
| 2015-02-25 15:27:30 | serhiy.storchaka | set | components: + Argument Clinic |
| 2014-08-04 20:12:50 | larry | set | messages:
+ msg224757 versions: + Python 3.5, - Python 3.4 |
| 2014-01-10 02:33:58 | larry | set | assignee: kbk -> |
| 2014-01-10 02:33:19 | larry | set | assignee: kbk |
| 2014-01-09 17:54:45 | killerbat | set | messages: + msg207764 |
| 2014-01-09 17:15:29 | killerbat | set | nosy:
+ killerbat |
| 2014-01-08 01:36:37 | r.david.murray | link | issue20187 dependencies |
| 2014-01-07 23:53:29 | larry | set | versions: + Python 3.4 |
| 2014-01-07 23:52:46 | larry | set | type: behavior -> enhancement |
| 2014-01-07 23:48:19 | larry | create | |

