Message380658
| Author |
vstinner |
| Recipients |
shihai1991, vstinner |
| Date |
2020年11月10日.12:43:51 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1605012232.32.0.24610166667.issue42260@roundup.psfhosted.org> |
| In-reply-to |
| Content |
If we remove Modules/getpath.c, it will no longer be possible to automatically computes the path configuration when one of the following getter function will be called:
* Py_GetPath()
* Py_GetPrefix()
* Py_GetExecPrefix()
* Py_GetProgramFullPath()
* Py_GetPythonHome()
* Py_GetProgramName()
It means that these functions would not return NULL if called before Python is initialiazed, but return the expected string once Python is initialized.
Moreover, Py_SetPath() would no longer automatically computes the "program full path" (sys.executable). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年11月10日 12:43:52 | vstinner | set | recipients:
+ vstinner, shihai1991 |
| 2020年11月10日 12:43:52 | vstinner | set | messageid: <1605012232.32.0.24610166667.issue42260@roundup.psfhosted.org> |
| 2020年11月10日 12:43:52 | vstinner | link | issue42260 messages |
| 2020年11月10日 12:43:51 | vstinner | create |
|