Message403926
| Author | eric.snow |
|---|---|
| Recipients | eric.snow |
| Date | 2021-10-14.18:22:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1634235777.13.0.980768160554.issue45471@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
(This follows bpo-45211.) In gh-28586 I added the code in Py_SetPythonHome() to set _Py_path_config.stdlib_dir to the provided directory. However, this is the wrong value. Furthermore, the relationship between _Py_path_config.home and _Py_path_config.stdlib_dir is meant to managed in Modules/getpath.c (and PC/getpathp.c). So the code setting _Py_path_config.stdlib_dir in Py_SetPythonHome() should be dropped. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-14 18:22:57 | eric.snow | set | recipients: + eric.snow |
| 2021-10-14 18:22:57 | eric.snow | set | messageid: <1634235777.13.0.980768160554.issue45471@roundup.psfhosted.org> |
| 2021-10-14 18:22:57 | eric.snow | link | issue45471 messages |
| 2021-10-14 18:22:57 | eric.snow | create | |