http://hg.python.org/cpython/rev/ab157c169f6e changeset: 76293:ab157c169f6e branch: 2.7 parent: 76287:508ae5d27c2c user: Benjamin Peterson <benjamin at python.org> date: Fri Apr 13 18:06:36 2012 -0400 summary: move outside WITH_THREAD conditional files: Python/pystate.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/pystate.c b/Python/pystate.c --- a/Python/pystate.c +++ b/Python/pystate.c @@ -653,10 +653,10 @@ PyEval_SaveThread(); } +#endif /* WITH_THREAD */ + #ifdef __cplusplus } #endif -#endif /* WITH_THREAD */ - -- Repository URL: http://hg.python.org/cpython