[New-bugs-announce] [issue31379] run_profile_task in Makefile should add $(RUNSHARED)

Xiang Zhang report at bugs.python.org
Thu Sep 7 05:23:54 EDT 2017


New submission from Xiang Zhang:

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.

----------
components: Build
keywords: easy
messages: 301578
nosy: xiang.zhang
priority: normal
severity: normal
stage: needs patch
status: open
title: run_profile_task in Makefile should add $(RUNSHARED)
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31379>
_______________________________________


More information about the New-bugs-announce mailing list