Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit cbd6e7a

Browse files
author
Anselm Kruis
committed
Issue #112: Prepare Stackless 3.5, re-enable aggressive optimisation in ceval.c
#define PY_LOCAL_AGGRESSIVE in ceval.c. Commit c3815b2f9943 undefined it by accident. https://bitbucket.org/stackless-dev/stackless/issues/112
1 parent b92bc57 commit cbd6e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/* enable more aggressive intra-module optimizations, where available */
10-
#undef PY_LOCAL_AGGRESSIVE
10+
#define PY_LOCAL_AGGRESSIVE
1111

1212
#include "Python.h"
1313

0 commit comments

Comments
 (0)