New submission from Jorge Ramos <ney...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35399>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to