commit | 2786d90617993c5958a477067b20882395de5ac9 | [log] [tgz] |
---|---|---|
author | Nicholas Bastin <nick.bastin@gmail.com> | Thu Mar 25 02:16:23 2004 +0000 |
committer | Nicholas Bastin <nick.bastin@gmail.com> | Thu Mar 25 02:16:23 2004 +0000 |
tree | df54e4547422e555f8d36277acb6d387793b06cc | |
parent | f167dc33805ad5e9c15327628969b91383eca037 [diff] [blame] |
A few more PyThreadState_Get to PyThreadState_GET conversions
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 444a009..6eb4866 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c
@@ -4457,7 +4457,7 @@ #if defined(WITH_THREAD) && !defined(MYDB_USE_GILSTATE) /* Save the current interpreter, so callbacks can do the right thing. */ - _db_interpreterState = PyThreadState_Get()->interp; + _db_interpreterState = PyThreadState_GET()->interp; #endif /* Create the module and add the functions */