Message380728
| Author |
vstinner |
| Recipients |
shihai1991, vstinner |
| Date |
2020年11月10日.23:15:27 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1605050127.99.0.541249481081.issue42260@roundup.psfhosted.org> |
| In-reply-to |
| Content |
The main drawback of rewriting Modules/getpath.c as Lib/_getpath.py (and removing getpath.c) is that PyConfig_Read() could no longer compute the Python Path Configuration. It would return an "empty" path configuration. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年11月10日 23:15:28 | vstinner | set | recipients:
+ vstinner, shihai1991 |
| 2020年11月10日 23:15:27 | vstinner | set | messageid: <1605050127.99.0.541249481081.issue42260@roundup.psfhosted.org> |
| 2020年11月10日 23:15:27 | vstinner | link | issue42260 messages |
| 2020年11月10日 23:15:27 | vstinner | create |
|