Message380659
| Author |
vstinner |
| Recipients |
shihai1991, vstinner |
| Date |
2020年11月10日.12:48:45 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1605012525.98.0.048403527519.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: (...)
It is not really an incompatible change according to the documentation:
"Note: The following functions should not be called before Py_Initialize(): Py_EncodeLocale(), Py_GetPath(), Py_GetPrefix(), Py_GetExecPrefix(), Py_GetProgramFullPath(), Py_GetPythonHome(), Py_GetProgramName() and PyEval_InitThreads().".
https://docs.python.org/dev/c-api/init.html |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年11月10日 12:48:46 | vstinner | set | recipients:
+ vstinner, shihai1991 |
| 2020年11月10日 12:48:45 | vstinner | set | messageid: <1605012525.98.0.048403527519.issue42260@roundup.psfhosted.org> |
| 2020年11月10日 12:48:45 | vstinner | link | issue42260 messages |
| 2020年11月10日 12:48:45 | vstinner | create |
|