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.
V
Victor Stinner committed
fb6c4ed2bbb2a867d5f0b9a94656e4714be5d9c2
Parent: d257479
Committed by GitHub <noreply@github.com>
on 10/5/2023, 8:26:37 PM