-
Notifications
You must be signed in to change notification settings - Fork 758
Open
Description
We've observed that, when working in local mode, variables defined in one session can persist and become accessible from another session — even though each session has its own workspace (cwd) and a unique data.xlsx file.
For example:
- Session A reads data.xlsx from its own workspace → works as expected.
- Session B, in a different cwd, attempts to read its own data.xlsx, but ends up reusing the data from Session A instead of loading fresh data from its file.
This suggests that data may be cached or that the interpreter is sharing state across sessions. Could the local mode be responsible for this unexpected persistence of variables or objects in memory?
We expect each session to be isolated, especially regarding loaded data and memory objects.
Metadata
Metadata
Assignees
Labels
No labels