[New-bugs-announce] [issue35399] Sysconfig bug

Jorge Ramos report at bugs.python.org
Tue Dec 4 00:28:26 EST 2018


New submission from Jorge Ramos <neyuru at gmail.com>:

As can be seen in the file, the sysconfig test fails when profiling (PGO) this utility. This is the very same bug as described in issue#35299 https://bugs.python.org/issue35299 but in distutils.

The problem is that when the test for sysconfig runs, it does not find the file pyconfig.h in the include directory. If this file is manually copied there, the test runs OK.

----------
files: sysconfig_bug.txt
messages: 331007
nosy: neyuru
priority: normal
severity: normal
status: open
title: Sysconfig bug
type: compile error
versions: Python 3.6, Python 3.7, Python 3.8
Added file: https://bugs.python.org/file47969/sysconfig_bug.txt

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


More information about the New-bugs-announce mailing list