This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ali Rizvi-Santiago
Recipients Ali Rizvi-Santiago, vstinner
Date 2019-10-04.18:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAAOSh+YmSWTj4bB8xS0PruiS4zp1NY21B6L46=NpHK5efMiYcQ@mail.gmail.com>
In-reply-to <1569459597.01.0.435639543665.issue35173@roundup.psfhosted.org>
Content
Sure. It was for Python2 anyways.

-Ali

On Wed, Sep 25, 2019 at 8:00 PM STINNER Victor <report@bugs.python.org>
wrote:

>
> STINNER Victor <vstinner@python.org> added the comment:
>
> Modules/getpath.c and PC/getpathp.c have been deeply reworked with the
> implementation of the PEP 587 in Python 3.8. Parameters which are already
> set (ex: Py_SetProgramName() or using the new PyConfig API) are no longer
> overriden. I added some tests on the "path configuration".
>
> The most reliable way to configure the path configuration is now to use
> the new initialization API using PyConfig.
> https://docs.python.org/dev/c-api/init_config.html
>
> ----------
> nosy: +vstinner
> resolution:  -> fixed
> stage:  -> resolved
> status: open -> closed
> versions: +Python 3.8, Python 3.9 -Python 2.7
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue35173>
> _______________________________________
>
History
Date User Action Args
2019-10-04 18:52:14Ali Rizvi-Santiagosetrecipients: + Ali Rizvi-Santiago, vstinner
2019-10-04 18:52:14Ali Rizvi-Santiagolinkissue35173 messages
2019-10-04 18:52:14Ali Rizvi-Santiagocreate