We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8552a8e commit 879eb71Copy full SHA for 879eb71
1 file changed
Python/import.c
@@ -881,7 +881,6 @@ _PyImport_ClearModulesByIndex(PyInterpreterState *interp)
881
*/
882
883
static _Py_thread_local const char *pkgcontext = NULL;
884
-# undef PKGCONTEXT
885
# define PKGCONTEXT pkgcontext
886
887
const char *
0 commit comments