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 christian.heimes
Recipients christian.heimes, dilyan.palauzov
Date 2022-01-30.13:10:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643548209.87.0.821339695453.issue46579@roundup.psfhosted.org>
In-reply-to
Content
CPython's build system does not depend on setuptools.

The problem is that setuptools 60.0 introduced a .pth file and _distutils_hack to inject itself into Python import system. Under some circumstances Python's build system is affected by the hack and breaks.
History
Date User Action Args
2022-01-30 13:10:10christian.heimessetrecipients: + christian.heimes, dilyan.palauzov
2022-01-30 13:10:09christian.heimessetmessageid: <1643548209.87.0.821339695453.issue46579@roundup.psfhosted.org>
2022-01-30 13:10:09christian.heimeslinkissue46579 messages
2022-01-30 13:10:09christian.heimescreate