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: run_profile_task in Makefile should add $(RUNSHARED)
Type: Stage: resolved
Components: Build Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: xiang.zhang
Priority: normal Keywords: easy

Created on 2017-09-07 09:23 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3422 merged xiang.zhang, 2017-09-07 14:37
Messages (2)
msg301578 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-09-07 09:23
Build Python 2.7 with --enable-shared and pgo could highly possibly skip test procedure due to dynamic link fails. I suggest adding $(RUNSHARED) to bring convenience. Python 3 already gets it.
msg301666 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-09-08 01:56
New changeset 7dcea4c8769e4f12197646922f399a699c3e2a5a by Xiang Zhang in branch '2.7':
bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)
https://github.com/python/cpython/commit/7dcea4c8769e4f12197646922f399a699c3e2a5a
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75560
2017-09-08 01:56:57xiang.zhangsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2017-09-08 01:56:10xiang.zhangsetmessages: + msg301666
2017-09-07 14:37:21xiang.zhangsetpull_requests: + pull_request3419
2017-09-07 09:23:54xiang.zhangcreate