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: make distclean and Misc/python-config.sh
Type: Stage: resolved
Components: Build Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dilyan.palauzov, xiang.zhang
Priority: normal Keywords:

Created on 2017-05-06 03:41 by dilyan.palauzov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1498 merged xiang.zhang, 2017-05-08 07:17
PR 1506 merged xiang.zhang, 2017-05-09 02:37
Messages (6)
msg293151 - (view) Author: Дилян Палаузов (dilyan.palauzov) Date: 2017-05-06 03:41
'make distclean' forgets to delete Misc/python-config.sh .
msg293270 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-05-09 02:32
New changeset fa5abac1e6cd74979557d5a6f960a55f40a10b0e by Xiang Zhang in branch 'master':
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
https://github.com/python/cpython/commit/fa5abac1e6cd74979557d5a6f960a55f40a10b0e
msg293272 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-05-09 02:56
New changeset 410d75ab71e2db0fdc8b2016600a3d3d4830f38e by Xiang Zhang in branch '3.6':
bpo-30289: remove Misc/python-config.sh when make distclean (#1498) (#1506)
https://github.com/python/cpython/commit/410d75ab71e2db0fdc8b2016600a3d3d4830f38e
msg293273 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-05-09 02:57
Thanks for your report!
msg293349 - (view) Author: Дилян Палаузов (dilyan.palauzov) Date: 2017-05-09 21:06
3.5 is also affected.
msg293371 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-05-10 02:40
I know, but this is not a bug. So I only want to backport it to 3.6.
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74475
2017-05-10 02:40:47xiang.zhangsetmessages: + msg293371
versions: - Python 3.5
2017-05-09 21:06:18dilyan.palauzovsetmessages: + msg293349
versions: + Python 3.5
2017-05-09 02:57:31xiang.zhangsetstatus: open -> closed
versions: + Python 3.6, Python 3.7
messages: + msg293273

resolution: fixed
stage: resolved
2017-05-09 02:56:32xiang.zhangsetmessages: + msg293272
2017-05-09 02:37:18xiang.zhangsetpull_requests: + pull_request1608
2017-05-09 02:32:15xiang.zhangsetnosy: + xiang.zhang
messages: + msg293270
2017-05-08 07:17:24xiang.zhangsetpull_requests: + pull_request1600
2017-05-06 03:41:21dilyan.palauzovsetcomponents: + Build
2017-05-06 03:41:10dilyan.palauzovcreate