]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
authordb3l <db3l.net@gmail.com>
Thu, 4 Mar 2021 03:09:48 +0000 (22:09 -0500)
committerGitHub <noreply@github.com>
Thu, 4 Mar 2021 03:09:48 +0000 (19:09 -0800)
commit131d5516409791b170b09a6ef8ed8463c9b09015
tree236edfac941bd25da9ce5165444f023b9f6639ee
parent8747c1f233fc1a3dd5ee3d8e163317f28b4d7568
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)

Partially reverts commit b74396c3167cc780f01309148db02709bc37b432

The optimizations are necessary to prevent the interpreter from
crashing in a number of tests involving recursion.
Include/pyport.h
Python/ceval.c