]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023)
authorneonene <53406459+neonene@users.noreply.github.com>
Wed, 23 Mar 2022 00:35:25 +0000 (09:35 +0900)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 00:35:25 +0000 (00:35 +0000)
commitcd05d0a423d97be69f9de4650f68f89e99ad68d1
treef25b5af33dd3daeef5fb8a61b62d2d66f0ab3db6
parent7ba7eae50803b11766421cb8aae1780058a57e2b
bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023)

Also increases the stack allocation when run with `python_d.exe` to account for the extra stack checks that are added.
Include/pyport.h
PCbuild/python.vcxproj
Python/ceval.c