New submission from Steve Dower <steve.do...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36108>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to