Thanks to visit codestin.com Credit goes to github.com
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 20cfab9 commit df9815eCopy full SHA for df9815e
Python/crossinterp.c
@@ -1320,7 +1320,9 @@ _PyXI_NamespaceFromNames(PyObject *names)
1320
return ns;
1321
}
1322
1323
+#ifndef NDEBUG
1324
static int _session_is_active(_PyXI_session *);
1325
+#endif
1326
static void _propagate_not_shareable_error(_PyXI_session *);
1327
1328
int
@@ -1468,11 +1470,13 @@ _exit_session(_PyXI_session *session)
1468
1470
session->init_tstate = NULL;
1469
1471
1472
1473
1474
static int
1475
_session_is_active(_PyXI_session *session)
1476
{
1477
return (session->init_tstate != NULL);
1478
1479
1480
1481
static void
1482
_propagate_not_shareable_error(_PyXI_session *session)
0 commit comments