summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Build/2020-11-18-11-58-44.bpo-42398.Yt5wO8.rst
blob: 9ab99d0e69dd1da5e94fd8b1dfdac976f78b452a (plain)
1
2
3
4
Fix a race condition in "make regen-all" when make -jN option is used to run
jobs in parallel. The clinic.py script now only use atomic write to write
files. Moveover, generated files are now left unchanged if the content does not
change, to not change the file modification time.