mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
SF #1373150, diffs in working copy after a build
Strip off leading dots and slash so the generated files are the same regardless of whether you configure in the checkout directory or build. If anyone configures in a different directory, we might want a cleaner approach using os.path.*(). Hopefully this is good enough.
This commit is contained in:
parent
ba2fa637d6
commit
897ff817d5
3 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* File automatically generated by ./Parser/asdl_c.py */
|
||||
/* File automatically generated by Parser/asdl_c.py */
|
||||
|
||||
#include "Python.h"
|
||||
#include "Python-ast.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue