mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
A few more PyThreadState_Get to PyThreadState_GET conversions
This commit is contained in:
parent
f167dc3380
commit
2786d90617
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue