This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients christian.heimes, eric.snow, gregory.p.smith, gvanrossum, steve.dower
Date 2021-11-03.00:39:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635899974.14.0.716407408649.issue45695@roundup.psfhosted.org>
In-reply-to
Content
FTR, I used to run all Windows builds out of tree on Azure Pipelines, but too many tests broke so I reverted it: https://github.com/python/cpython/blob/456e27ac0ac6bc1cfd6da0191bd7802d8667457b/.azure-pipelines/windows-steps.yml#L7-L10

Setting $env:Py_OutDir before building is the easiest way to change it. You can also pass "/p:Py_OutDir=<path>" to build.bat, but you'll run into quoting issues almost immediately.
History
Date User Action Args
2021-11-03 00:39:34steve.dowersetrecipients: + steve.dower, gvanrossum, gregory.p.smith, christian.heimes, eric.snow
2021-11-03 00:39:34steve.dowersetmessageid: <1635899974.14.0.716407408649.issue45695@roundup.psfhosted.org>
2021-11-03 00:39:34steve.dowerlinkissue45695 messages
2021-11-03 00:39:34steve.dowercreate