mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
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 253b7a0a9f
)
This commit is contained in:
parent
3f024e27c2
commit
b6defde2af
5 changed files with 12 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
// @generated by pegen.py from ./Grammar/python.gram
|
||||
// @generated by pegen.py from python.gram
|
||||
#include "pegen.h"
|
||||
|
||||
#if defined(Py_DEBUG) && defined(Py_BUILD_CORE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue