[Python-Dev] Re: Configure Python initialization (PyConfig) in Python

2020-11-15 Thread Victor Stinner
Le sam. 14 nov. 2020 à 14:43, Nick Coghlan a écrit : > > My remaining problem is that my PR changes PyConfig_Read(): it no > > longer computes the Python Path Configuration, since it is now > > implemented in Python. IMO it's an acceptable drawback compared to the > > benefit of these new features

[Python-Dev] Re: Configure Python initialization (PyConfig) in Python

2020-11-14 Thread Nick Coghlan
On Wed, 11 Nov 2020 at 09:59, Victor Stinner wrote: > > Hi, > > If you embed Python in Python, I would like your opinion on > https://bugs.python.org/issue42260 issue which adds a way to configure > the Python initialization in Python. > > I'm looking for feedback from people who embed Python and