Bug report
During configure step, the presence of readelf on the host architecture is checked for, with an hard stop in case of cross compilation. The result of that check is never used. It got introduced in 5884449 for a check that no longer exists, so it can be removed.
Your environment
Linux 64 bit, Fedora 36, using main branch of cpython
Bug report
During configure step, the presence of
readelfon the host architecture is checked for, with an hard stop in case of cross compilation. The result of that check is never used. It got introduced in 5884449 for a check that no longer exists, so it can be removed.Your environment
Linux 64 bit, Fedora 36, using main branch of cpython