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 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:32 | admin | set | github: 85119 |
| 2020年07月28日 11:46:03 | steve.dower | set | nosy:
- steve.dower |
| 2020年07月28日 11:45:49 | steve.dower | set | pull_requests: - pull_request20800 |
| 2020年07月28日 11:44:59 | steve.dower | set | nosy:
+ steve.dower pull_requests: + pull_request20800 |
| 2020年06月11日 16:27:28 | vstinner | set | status: open -> closed resolution: fixed messages: + msg371306 stage: patch review -> resolved |
| 2020年06月11日 16:27:04 | vstinner | set | messages: + msg371305 |
| 2020年06月11日 15:49:33 | vstinner | set | pull_requests: + pull_request20010 |
| 2020年06月11日 15:29:01 | vstinner | set | messages: + msg371294 |
| 2020年06月11日 14:09:42 | vstinner | set | versions: + Python 3.9, Python 3.10 |
| 2020年06月11日 14:08:33 | vstinner | set | nosy:
+ vstinner pull_requests: + pull_request20003 |
| 2020年06月11日 10:07:02 | smani | set | keywords:
+ patch stage: patch review pull_requests: + pull_request19994 |
| 2020年06月11日 10:06:46 | smani | create | |