[Python-Dev] Re: Should python-config be an stdlib module?

2021-10-25 Thread Ronald Oussoren via Python-Dev
> On 23 Oct 2021, at 17:48, Filipe Laíns wrote: > > On Sat, 2021-10-23 at 12:25 -0300, Joannah Nanjekye wrote: >> I remembered this issue on bpo with contracting opinions from when I first >> looked in 2019. >> >> See https://bugs.python.org/issue33439 > > Hi, > > This script is currently no

[Python-Dev] Re: Should python-config be an stdlib module?

2021-10-25 Thread Filipe Laíns
On Mon, 2021-10-25 at 09:51 +0200, Ronald Oussoren wrote: > > > > On 23 Oct 2021, at 17:48, Filipe Laíns wrote: > > > > On Sat, 2021-10-23 at 12:25 -0300, Joannah Nanjekye wrote: > > > I remembered this issue on bpo with contracting opinions from when I first > > > looked in 2019. > > > > > >

[Python-Dev] Re: Should python-config be an stdlib module?

2021-10-25 Thread Steve Dower
On 10/25/2021 4:24 PM, Filipe Laíns wrote: So, I guess the existing python-config script just needs to be updated to handle cross compilation properly. Including handling when the cross-compiled Python runtime won't actually run on the platform you're trying to get the config on ;) Over at