News

Bug report 3.11.0b1 appears to have a regression in the behavior of Py_InitializeFromConfig () in the way that sys.path is computed. Reproduction case 1: This code attempts to set the path through the ...
Examining sys.path shows that the current workspace is not present. Inserting the current workspace into sys.path using sys.path.insert (0, '') allows imports from local files to work as expected.