You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failure seems to be setuptools being not present and I don't know why. It could be the lib64->lib symlink that is no more here or the change in importlib.resources.files. I don't have time now to investigate.
Bug report
Bug description:
One of those PRs made the
test_peg_generatortests fail (see https://buildbot.python.org/#/builders/469):sysconfig --generate-posix-varscan hang on cyclic variable definitions #136097: Fix sysconfig._parse_makefile() (gh-136097: Fix sysconfig._parse_makefile() #136166) by @serhiy-storchakaimportlib.resources.files#138044: Remove deprecated parameter alias forimportlib.resources.files(gh-138044: Remove deprecated parameter alias forimportlib.resources.files#138059) @donbarbosThe failure seems to be
setuptoolsbeing not present and I don't know why. It could be thelib64->libsymlink that is no more here or the change inimportlib.resources.files. I don't have time now to investigate.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs