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 2014年06月11日 06:15 by serhiy.storchaka, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| capi_chain_exceptions.patch | serhiy.storchaka, 2014年07月04日 17:30 | review | ||
| Messages (6) | |||
|---|---|---|---|
| msg220236 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年06月11日 06:15 | |
The proposed patch introduces new private function which chains previously fetched and current exceptions. This will help in correct implementing at C level an equivalent of following Python idioms: try: ... finally: ... and try: ... except: ... raise |
|||
| msg221918 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2014年06月29日 23:31 | |
Hm, looks like you forgot to upload a patch! |
|||
| msg222296 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年07月04日 17:30 | |
Sorry. Here is it. |
|||
| msg222339 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年07月05日 06:49 | |
I added 3.4 because this private function makes cleaner and more bug-free existing code (mostly recently added) and possible future bug fixes. Note a bug just fixed by Benjamin (changeset 888fd1cdec6f). |
|||
| msg228813 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年10月08日 19:34 | |
New changeset 9af21752ea2a by Serhiy Storchaka in branch '3.4': Issue #21715: Extracted shared complicated code in the _io module to new https://hg.python.org/cpython/rev/9af21752ea2a New changeset 8b1ac1a3d007 by Serhiy Storchaka in branch 'default': Issue #21715: Extracted shared complicated code in the _io module to new https://hg.python.org/cpython/rev/8b1ac1a3d007 |
|||
| msg228815 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年10月08日 20:01 | |
Thank you for the review Antoine. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:04 | admin | set | github: 65914 |
| 2014年10月08日 20:01:30 | serhiy.storchaka | set | status: open -> closed versions: + Python 3.4 messages: + msg228815 assignee: serhiy.storchaka resolution: fixed stage: patch review -> resolved |
| 2014年10月08日 19:34:31 | python-dev | set | nosy:
+ python-dev messages: + msg228813 |
| 2014年07月05日 06:49:23 | serhiy.storchaka | set | messages: + msg222339 |
| 2014年07月05日 00:33:19 | pitrou | set | versions: - Python 3.4 |
| 2014年07月04日 17:30:42 | serhiy.storchaka | set | files:
+ capi_chain_exceptions.patch keywords: + patch messages: + msg222296 |
| 2014年06月29日 23:31:48 | pitrou | set | messages: + msg221918 |
| 2014年06月11日 06:15:47 | serhiy.storchaka | create | |