Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
Sincede2a73dpython-config.sh.in is using bashisms but declaring#!/bin/sh as the shell. As a result, it now throws errors on systems using non-bash shells:
$ python3.13-config /usr/bin/python3.13-config: 8: [[: not foundUsage: /usr/bin/python3.13-config --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embedFWICS, there's no reason to use[[ ... ]] over plain shell[ ... ] there.
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Linux