Message368631
> Currently, it's possible to implement this optimization using the Unix command "hardlink".
PR 19901 avoids the dependency on external "hardlink" command.
In practice, PR 19901 only impacts newly written PYC files, whereas using manually the "hardlink" command cannot track which files are not or not. "hardlink" command is less practice, PR 19901 avoids modifying PYC files that we don't "own". |
|
Date |
User |
Action |
Args |
2020-05-11 15:32:49 | vstinner | set | recipients:
+ vstinner, brett.cannon, christian.heimes, hroncok, frenzy, FFY00 |
2020-05-11 15:32:49 | vstinner | set | messageid: <1589211169.23.0.194784044003.issue40495@roundup.psfhosted.org> |
2020-05-11 15:32:49 | vstinner | link | issue40495 messages |
2020-05-11 15:32:49 | vstinner | create | |
|