Author: Armin Rigo <[email protected]> Branch: stm-thread-2 Changeset: r57261:e52ac7b48a02 Date: 2012-09-10 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/e52ac7b48a02/
Log: Always let "PYPYLOG=stm:-" work for now. diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/src_stm/et.c +++ b/pypy/translator/stm/src_stm/et.c @@ -18,6 +18,8 @@ #define PYPY_DEBUG_STOP(s) fprintf(stderr, " stop: %s\n", s) #define PYPY_HAVE_DEBUG_PRINTS 1 #define PYPY_DEBUG_FILE stderr +#else +#define RPY_STM_DEBUG_PRINT 1 /* for now */ #endif #include "et.h" _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
