bpo-45866: pegen strips directory of "generated from" header (GH-29777)

"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.
This commit is contained in:
Victor Stinner 2021-11-26 11:50:34 +01:00 committed by GitHub
parent ee1e2c604c
commit 253b7a0a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3.8
# @generated by pegen from ./Tools/peg_generator/pegen/metagrammar.gram
# @generated by pegen from metagrammar.gram
import ast
import sys