Message342550
| Author | vstinner |
|---|---|
| Recipients | Arfrever, barry, brett.cannon, christian.heimes, eric.snow, pitrou, r.david.murray, vstinner |
| Date | 2019-05-15.03:13:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1557890034.27.0.614561041818.issue19216@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The benefit of avoiding stat() calls seems to not be obvious to everybody. Moreover, importlib now implements a "path cache". I close the issue. The most efficient solution is to pack all your modules and the Python stdlib into a ZIP file: everything is done in memory, no more filesystem access. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-15 03:13:54 | vstinner | set | recipients: + vstinner, barry, brett.cannon, pitrou, christian.heimes, Arfrever, r.david.murray, eric.snow |
| 2019-05-15 03:13:54 | vstinner | set | messageid: <1557890034.27.0.614561041818.issue19216@roundup.psfhosted.org> |
| 2019-05-15 03:13:54 | vstinner | link | issue19216 messages |
| 2019-05-15 03:13:54 | vstinner | create | |