mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
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.
This commit is contained in:
parent
7ba7eae508
commit
cd05d0a423
3 changed files with 2 additions and 16 deletions
|
@ -5,10 +5,6 @@
|
|||
XXX document it!
|
||||
*/
|
||||
|
||||
/* enable more aggressive intra-module optimizations, where available */
|
||||
/* affects both release and debug builds - see bpo-43271 */
|
||||
#define PY_LOCAL_AGGRESSIVE
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_abstract.h" // _PyIndex_Check()
|
||||
#include "pycore_call.h" // _PyObject_FastCallDictTstate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue