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.

Author neyuru
Recipients neyuru
Date 2018-12-04.05:28:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543901306.28.0.788709270274.issue35399@psf.upfronthosting.co.za>
In-reply-to
Content
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
2018-12-04 05:28:26neyurusetrecipients: + neyuru
2018-12-04 05:28:26neyurusetmessageid: <1543901306.28.0.788709270274.issue35399@psf.upfronthosting.co.za>
2018-12-04 05:28:26neyurulinkissue35399 messages
2018-12-04 05:28:25neyurucreate