commit | b6defde2afe656db830d6fedf74ca5f6225f5928 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Nov 26 16:38:50 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 26 16:38:50 2021 +0100 |
tree | 08959c6ba471d717b707eba3d5de150b6ac95f4f | |
parent | 3f024e27c29a57dd4f805aa2431d713ed0fe57b2 [diff] |
bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) "make regen-all" now produces the same output when run from a directory other than the source tree: when building Python out of the source tree. (cherry picked from commit 253b7a0a9fef1d72a4cb87b837885576e68e917c)