> @micmac1: I did it because after merging your PR, I got usage message on macos:
>
> ```
> $ python3-config --ldflags --embed
> Usage: /opt/local/bin/python3-config [--prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir]
> ```
>
> I change it and no usage printed:
>
> ```
> $ python3-config --ldflags --embed 2>/dev/null
> ```

Interesting. Maybe your python3-config is patched. Thanks!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.