https://bugs.kde.org/show_bug.cgi?id=363606
Bug ID: 363606 Summary: Different python sessions shouldn't share the same variables Product: cantor Version: unspecified Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: python2-backend Assignee: fil...@kde.org Reporter: alexander.se...@web.de CC: alexanderrie...@gmail.com Currently, variables defined in one session are also visible in all other python sessions created later. This is not the expected behaviour of a "session". Reproducible: Always Steps to Reproduce: 1. start a python session 2. create a variable, for example a=5 3. start another python session 4. observe the existence of the variable "a" in the second session -- You are receiving this mail because: You are watching all bug changes.