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.

classification
Title: Replace PLATLIBDIR macro with config->platlibdir
Type: Stage: resolved
Components: Interpreter Core Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: smani, vstinner
Priority: normal Keywords: patch

Created on 2020-06-11 10:06 by smani, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20799 closed smani, 2020-06-11 10:07
PR 20807 merged vstinner, 2020-06-11 14:08
PR 20813 merged vstinner, 2020-06-11 15:49
Messages (4)
msg371260 - (view) Author: Sandro Mani (smani) * Date: 2020-06-11 10:06
Followup of bpo-40854, there is one remaining usage of PLATLIBDIR which should be replaced by config->platlibdir.
msg371294 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-06-11 15:29
New changeset d72b9644a3e6eec83be48b1ebc2ec6ca776134d3 by Victor Stinner in branch 'master':
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
https://github.com/python/cpython/commit/d72b9644a3e6eec83be48b1ebc2ec6ca776134d3
msg371305 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-06-11 16:27
New changeset dc40105c88b968a50c3458e10e1d732e957ef0a3 by Victor Stinner in branch '3.9':
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813)
https://github.com/python/cpython/commit/dc40105c88b968a50c3458e10e1d732e957ef0a3
msg371306 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-06-11 16:27
Thanks Sandro!
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85119
2020-07-28 11:46:03steve.dowersetnosy: - steve.dower
2020-07-28 11:45:49steve.dowersetpull_requests: - pull_request20800
2020-07-28 11:44:59steve.dowersetnosy: + steve.dower

pull_requests: + pull_request20800
2020-06-11 16:27:28vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg371306

stage: patch review -> resolved
2020-06-11 16:27:04vstinnersetmessages: + msg371305
2020-06-11 15:49:33vstinnersetpull_requests: + pull_request20010
2020-06-11 15:29:01vstinnersetmessages: + msg371294
2020-06-11 14:09:42vstinnersetversions: + Python 3.9, Python 3.10
2020-06-11 14:08:33vstinnersetnosy: + vstinner
pull_requests: + pull_request20003
2020-06-11 10:07:02smanisetkeywords: + patch
stage: patch review
pull_requests: + pull_request19994
2020-06-11 10:06:46smanicreate