We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7b6b2 commit c2f112aCopy full SHA for c2f112a
unity/native/papi-python/source/PapiExport.cpp
@@ -61,7 +61,7 @@ extern "C" {
61
EnsureLibPythonGlobal();
62
PyConfig config;
63
PyStatus status;
64
- PyConfig_InitPythonConfig(&config);
+ PyConfig_InitIsolatedConfig(&config);
65
status = PyConfig_SetBytesString(&config, &config.home, home);
66
if (PyStatus_Exception(status))
67
{
0 commit comments