<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/PCbuild/python.vcxproj, branch main</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764)</title>
<updated>2023-03-17T01:07:07+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2023-03-17T01:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=f33b33eb31c11a32b2955eb1f002f02267bd7d61'/>
<id>f33b33eb31c11a32b2955eb1f002f02267bd7d61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083)</title>
<updated>2022-04-06T10:56:31+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2022-04-06T10:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=074da788028c1f1e867dc81698efdcdc263f2288'/>
<id>074da788028c1f1e867dc81698efdcdc263f2288</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023)</title>
<updated>2022-03-23T00:35:25+00:00</updated>
<author>
<name>neonene</name>
<email>53406459+neonene@users.noreply.github.com</email>
</author>
<published>2022-03-23T00:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=cd05d0a423d97be69f9de4650f68f89e99ad68d1'/>
<id>cd05d0a423d97be69f9de4650f68f89e99ad68d1</id>
<content type='text'>
Also increases the stack allocation when run with `python_d.exe` to account for the extra stack checks that are added.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also increases the stack allocation when run with `python_d.exe` to account for the extra stack checks that are added.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)</title>
<updated>2021-12-08T19:25:58+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-12-08T19:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=7778116c2f573edf320bd55301137a968e4339d8'/>
<id>7778116c2f573edf320bd55301137a968e4339d8</id>
<content type='text'>
Also ensures that pybuilddir.txt is written early enough in the build to be picked up by later steps.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also ensures that pybuilddir.txt is written early enough in the build to be picked up by later steps.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build directories (GH-29979)</title>
<updated>2021-12-08T02:18:21+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-12-08T02:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b0b30862796e97b3f0ee358bcc61d21f0cc98441'/>
<id>b0b30862796e97b3f0ee358bcc61d21f0cc98441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45582: Port getpath[p].c to Python (GH-29041)</title>
<updated>2021-12-03T00:08:42+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-12-03T00:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=99fcf1505218464c489d419d4500f126b6d6dc28'/>
<id>99fcf1505218464c489d419d4500f126b6d6dc28</id>
<content type='text'>
The getpath.py file is frozen at build time and executed as code over a namespace. It is never imported, nor is it meant to be importable or reusable. However, it should be easier to read, modify, and patch than the previous code.

This commit attempts to preserve every previously tested quirk, but these may be changed in the future to better align platforms.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The getpath.py file is frozen at build time and executed as code over a namespace. It is never imported, nor is it meant to be importable or reusable. However, it should be easier to read, modify, and patch than the previous code.

This commit attempts to preserve every previously tested quirk, but these may be changed in the future to better align platforms.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Windows (GH-26984)</title>
<updated>2021-07-05T15:18:14+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-07-05T15:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1b133ab8412e4f6a53914212df7a7656f376256d'/>
<id>1b133ab8412e4f6a53914212df7a7656f376256d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37326: Include libffi license when available (GH-15921)</title>
<updated>2019-09-11T12:43:00+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-09-11T12:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472'/>
<id>8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)</title>
<updated>2019-06-17T15:21:28+00:00</updated>
<author>
<name>Paul Monson</name>
<email>paulmon@users.noreply.github.com</email>
</author>
<published>2019-06-17T15:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=00f6493084c385033fe5574314223217d9a26672'/>
<id>00f6493084c385033fe5574314223217d9a26672</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Windows release builds in Azure Pipelines (GH-14065)</title>
<updated>2019-06-14T15:29:20+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-06-14T15:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=21a92f8cda525d25a165b773fbe1bfffd303a000'/>
<id>21a92f8cda525d25a165b773fbe1bfffd303a000</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
