diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-05 20:49:32 (GMT) | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-05 20:49:32 (GMT) | 
| commit | 779481ef15ea44bde76a45e1ddfcbc8b9a39809c (patch) | |
| tree | 4a701a85c38e0fa7160d54b22b0a525181bb0ae0 /Lib/idlelib/replace.py | |
| parent | a55c203104cedfa5f5c600671607ee2f31425690 (diff) | |
| download | cpython-779481ef15ea44bde76a45e1ddfcbc8b9a39809c.zip cpython-779481ef15ea44bde76a45e1ddfcbc8b9a39809c.tar.gz cpython-779481ef15ea44bde76a45e1ddfcbc8b9a39809c.tar.bz2 | |
[3.11] gh-110429: Fix race condition in "make regen-all" (GH-110433) (#110439)
gh-110429: Fix race condition in "make regen-all" (GH-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.
(cherry picked from commit fb6c4ed2bbb2a867d5f0b9a94656e4714be5d9c2)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Lib/idlelib/replace.py')
0 files changed, 0 insertions, 0 deletions
