Issue 36605: make tags should also parse Modules/_io/.c and Modules/_io/.h (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/80786

classification

Title: make tags should also parse Modules/_io/*.c and Modules/_io/*.h
Type: Stage: resolved
Components: Build Versions: Python 3.8

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords: patch

Created on 2019-04-11 16:50 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 12789 merged vstinner,2019-04-11 16:52
PR 12814 merged vstinner,2019-04-12 23:26
PR 12815 merged vstinner,2019-04-12 23:28
Messages (4)
msg339986 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-04-11 16:50
Attached PR fix the issue.
msg339994 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-04-11 20:28
New changeset 21a74a9d77c5ac628808b9faace18b824ca056f7 by Victor Stinner in branch 'master': bpo-36605: make tags: parse Modules/_io directory (GH-12789) https://github.com/python/cpython/commit/21a74a9d77c5ac628808b9faace18b824ca056f7
msg340137 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-04-13 00:50
New changeset 44a2c4aaf2d0c03c70646eb16fbc6c1ba1689e69 by Victor Stinner in branch '2.7': bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12815) https://github.com/python/cpython/commit/44a2c4aaf2d0c03c70646eb16fbc6c1ba1689e69
msg340138 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-04-13 00:50
New changeset 5403006c5c371649b92ab8a2cde742412c765640 by Victor Stinner in branch '3.7': bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12814) https://github.com/python/cpython/commit/5403006c5c371649b92ab8a2cde742412c765640
History
Date User Action Args
2022-04-11 14:59:13 admin set github: 80786
2019-04-13 00:50:51 vstinner set status: open -> closedresolution: fixedstage: patch review -> resolved
2019-04-13 00:50:33 vstinner set messages: +
2019-04-13 00:50:27 vstinner set messages: +
2019-04-12 23:28:45 vstinner set pull_requests: + <pull%5Frequest12741>
2019-04-12 23:26:44 vstinner set pull_requests: + <pull%5Frequest12740>
2019-04-11 20:28:18 vstinner set messages: +
2019-04-11 16:52:37 vstinner set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest12716>
2019-04-11 16:50:06 vstinner create