Issue 29917: Wrong link target in PyMethodDef documentation (original) (raw)

Issue29917

Created on 2017-03-27 10:31 by MSeifert, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 890 merged cheryl.sabella,2017-03-30 00:14
PR 890 merged cheryl.sabella,2017-03-30 00:14
PR 894 merged orsenthil,2017-03-30 05:20
PR 895 merged orsenthil,2017-03-30 05:20
PR 896 merged orsenthil,2017-03-30 05:21
Messages (7)
msg290575 - (view) Author: Michael Seifert (MSeifert) * Date: 2017-03-27 10:31
The `link`-target of the "type" struct member is the python built-in "type". See [1]. I think it should not be a link at all. [1] https://docs.python.org/3.7/c-api/structures.html#c.PyMemberDef
msg290634 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-27 18:37
Agree. I noticed this when making a review of PR 831, but forgot to open an issue.
msg290798 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2017-03-29 23:56
I am working on a pull request for this issue.
msg290799 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2017-03-30 00:27
New changeset c3c7ef088583cc12bd218138036d1edb6de9c63f by Senthil Kumaran (csabella) in branch 'master': bpo-29917: DOC: Remove link from PyMethodDef (#890) https://github.com/python/cpython/commit/c3c7ef088583cc12bd218138036d1edb6de9c63f
msg290809 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2017-03-30 05:29
New changeset da6ad2f780d187fbfdea330d1037766ae7bdb778 by Senthil Kumaran in branch '3.6': bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894) https://github.com/python/cpython/commit/da6ad2f780d187fbfdea330d1037766ae7bdb778
msg290810 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2017-03-30 05:29
New changeset d1dbbaab01354f01faa696aff1280db3b349e354 by Senthil Kumaran in branch '3.5': bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895) https://github.com/python/cpython/commit/d1dbbaab01354f01faa696aff1280db3b349e354
msg290811 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2017-03-30 05:29
New changeset 3ceca68741f8a2d3a4436b6d54eae76aa5bcc4c5 by Senthil Kumaran in branch '2.7': bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896) https://github.com/python/cpython/commit/3ceca68741f8a2d3a4436b6d54eae76aa5bcc4c5
History
Date User Action Args
2022-04-11 14:58:44 admin set github: 74103
2017-03-30 05:30:26 orsenthil set status: open -> closedresolution: fixedstage: backport needed -> resolved
2017-03-30 05:29:14 orsenthil set messages: +
2017-03-30 05:29:08 orsenthil set messages: +
2017-03-30 05:29:02 orsenthil set messages: +
2017-03-30 05:21:41 orsenthil set pull_requests: + <pull%5Frequest799>
2017-03-30 05:20:40 orsenthil set pull_requests: + <pull%5Frequest798>
2017-03-30 05:20:12 orsenthil set pull_requests: + <pull%5Frequest797>
2017-03-30 00:28:51 orsenthil set stage: needs patch -> backport needed
2017-03-30 00:27:52 orsenthil set nosy: + orsenthilmessages: +
2017-03-30 00:14:02 cheryl.sabella set pull_requests: + <pull%5Frequest793>
2017-03-30 00:14:01 cheryl.sabella set pull_requests: + <pull%5Frequest792>
2017-03-29 23:56:32 cheryl.sabella set nosy: + cheryl.sabellamessages: +
2017-03-27 18:37:15 serhiy.storchaka set versions: + Python 2.7, Python 3.5, Python 3.6, Python 3.7nosy: + serhiy.storchakamessages: + type: behaviorstage: needs patch
2017-03-27 10:31:12 MSeifert create