[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

Steve Dower report at bugs.python.org
Mon Nov 5 09:16:56 EST 2018


Steve Dower <steve.dower at python.org> added the comment:

Those are just the distutils tests failing, which probably means the extra environment variables or paths involved in the PGO profiling run are confusing the logic for detecting when it is running in a source tree.

We should fix it, but it won't affect either PGO or to resulting build.

----------
components: +Distutils -Build
nosy: +dstufft, eric.araujo
type: compile error -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35157>
_______________________________________


More information about the Python-bugs-list mailing list