commit | 3bf01757b668eefd9cd2b80887ca824ef3dca777 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Apr 13 18:06:36 2012 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Apr 13 18:06:36 2012 -0400 |
tree | 21fefea37f4f0748e94155efa20b155b68340ef2 | |
parent | 43162b8a02f278c74feb8bba7f20d93445198b60 [diff] [blame] |
move outside WITH_THREAD conditional
diff --git a/Python/pystate.c b/Python/pystate.c index 9fc4c12..31b5423 100644 --- a/Python/pystate.c +++ b/Python/pystate.c
@@ -726,10 +726,10 @@ PyEval_SaveThread(); } +#endif /* WITH_THREAD */ + #ifdef __cplusplus } #endif -#endif /* WITH_THREAD */ -