[New-bugs-announce] [issue36108] Avoid failing the build on race condition in clean

Steve Dower report at bugs.python.org
Mon Feb 25 14:32:52 EST 2019


New submission from Steve Dower <steve.dower at python.org>:

In PCbuild/openssl.props there is a task that deletes some copied files. 

This *might* fail on rebuilds where a Python process from a previous build has been running (for a very specific example, the rebuild as part of the release build triggered this).

We shouldn't need to fail the build in this case, so change the "TreatErrorsAsWarnings" attribute to "false"

(Note that this is not fixed by the KillPython step if the still-running executable is "python.exe" but we're building "python_d.exe" in the same folder. But warning and continuing is going to be fine for these particular files.)

----------
components: Build, Windows
keywords: easy (C)
messages: 336549
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Avoid failing the build on race condition in clean
type: compile error
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36108>
_______________________________________


More information about the New-bugs-announce mailing list