mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
Partially reverts commit b74396c316
The optimizations are necessary to prevent the interpreter from
crashing in a number of tests involving recursion.
This commit is contained in:
parent
8747c1f233
commit
131d551640
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
/* enable more aggressive intra-module optimizations, where available */
|
||||
/* affects both release and debug builds - see bpo-43271 */
|
||||
#define PY_LOCAL_AGGRESSIVE
|
||||
|
||||
#include "Python.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue