New submission from Kristján Valur Jónsson <krist...@ccpgames.com>:

make_buildinfo currently creates temporary files getbuildinfo2.c and 
getbuildinfo.o in the current build directory.  This update allows the caller 
to specify a temp directory to put those files in.
The PCBuild pythoncore.vcproj now makes use of this, to put the.c and .o files 
in the current temporary directory $(IntDir).

This makes it possible to compile multiple project configurations in parallel, 
with tools such as incredibuild, without fearing that each will trample the 
other's getbuildinfo files.

Also removed an unnecessary 64 bit config for make_buildinfo.

----------
components: Interpreter Core
messages: 117576
nosy: krisvale
priority: normal
severity: normal
status: open
title: let make_buildinfo use a temporary directory on windows
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9981>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to