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: Sysconfig bug
Type: compile error Stage: resolved
Components: Build Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: neyuru
Priority: normal Keywords:

Created on 2018-12-04 05:28 by neyuru, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sysconfig_bug.txt neyuru, 2018-12-04 05:28 verbose for "PCBuild\build.bat --pgo -p x64" command
Messages (1)
msg331007 - (view) Author: Jorge Ramos (neyuru) * Date: 2018-12-04 05:28
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.
History
Date User Action Args
2022-04-11 14:59:08adminsetgithub: 79580
2019-01-11 06:00:01neyurusetstatus: open -> closed
stage: resolved
2018-12-04 05:44:19neyurusetcomponents: + Build
2018-12-04 05:28:26neyurucreate