A few more PyThreadState_Get to PyThreadState_GET conversions

This commit is contained in:
Nicholas Bastin 2004-03-25 02:16:23 +00:00
parent f167dc3380
commit 2786d90617
3 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
}
#if !(defined(PYOS_OS2) && defined(PYCC_GCC))
dlopenflags = PyThreadState_Get()->interp->dlopenflags;
dlopenflags = PyThreadState_GET()->interp->dlopenflags;
#endif
if (Py_VerboseFlag)