diff options
author | Victor Stinner <vstinner@python.org> | 2023-10-05 22:26:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 22:26:37 +0200 |
commit | fb6c4ed2bbb2a867d5f0b9a94656e4714be5d9c2 (patch) | |
tree | 7977f499364dd329a0bcab01997224931efecdca /Python/ast_unparse.c | |
parent | d257479c2f6cbf3b69ed90062f00635832e4bf91 (diff) | |
download | cpython-fb6c4ed2bbb2a867d5f0b9a94656e4714be5d9c2.tar.gz cpython-fb6c4ed2bbb2a867d5f0b9a94656e4714be5d9c2.zip |
gh-110429: Fix race condition in "make regen-all" (#110433)
"make regen-pegen" now creates a temporary file called "parser.c.new"
instead of "parser.new.c". Previously, if "make clinic" was run in
parallel with "make regen-all", clinic may try but fail to open
"parser.new.c" if the temporay file was removed in the meanwhile.
Diffstat (limited to 'Python/ast_unparse.c')
0 files changed, 0 insertions, 0 deletions