commit | e77d428856fbd339faee44ff47214eda5fb51d57 | [log] [tgz] |
---|---|---|
author | Lumír 'Frenzy' Balhar <lbalhar@redhat.com> | Thu May 14 16:17:22 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu May 14 16:17:22 2020 +0200 |
tree | f6da10d4c4b9d438107f665760a0ba79810f4e49 | |
parent | 7443d42021d433da0497f8ba651daa47e7dc1991 [diff] |
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) compileall is now able to use hardlinks to prevent duplicates in a case when .pyc files for different optimization levels have the same content. Co-authored-by: Miro Hrončok <miro@hroncok.cz> Co-authored-by: Victor Stinner <vstinner@python.org>