Issue 29068: Fix example code for PyErr_Fetch (original) (raw)
Issue29068
Created on 2016-12-25 13:52 by yan12125, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
PyErr_Fetch-fix.patch | yan12125,2016-12-25 13:52 | review |
Messages (3) | ||
---|---|---|
msg283993 - (view) | Author: (yan12125) * | Date: 2016-12-25 13:52 |
Remove an extra * The typo is there in 3.5~3.7 branches. 2.7 branch does not have this example. Nosy the two major commiters to Python/errors.c | ||
msg283994 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2016-12-25 14:21 |
LGTM. Thank you for your contribution Chi Hsuan Yen. | ||
msg283995 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2016-12-25 14:24 |
New changeset 34e7b9879e60 by Serhiy Storchaka in branch '3.5': Issue #29068: Fixed a typo in PyErr_Fetch example. https://hg.python.org/cpython/rev/34e7b9879e60 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:41 | admin | set | github: 73254 |
2016-12-25 14:24:58 | serhiy.storchaka | set | status: open -> closedresolution: fixedstage: commit review -> resolved |
2016-12-25 14:24:34 | python-dev | set | nosy: + python-devmessages: + |
2016-12-25 14:21:12 | serhiy.storchaka | set | assignee: docs@python -> serhiy.storchakamessages: + stage: commit review |
2016-12-25 13:52:32 | yan12125 | create |