| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This introduces an attribute SHARING_INSTANCE_VARIABLES to control whether instance variables are accessible via the embedding interface. It is disabled by default and has a clear warning that enabling it will lead to a memory leak unless cleaned up manually.
| Back | FazBrowse Home | New Git URL |
This introduces an attribute SHARING_INSTANCE_VARIABLES to control whether instance variables are accessible via the embedding interface. It is disabled by default and has a clear warning that enabling it will lead to a memory leak unless cleaned up manually.
This is incomplete; I haven't adjusted the testcase yet. The testcase would now need to test the different behaviors with SHARING_INSTANCE_VARIABLES enabled and disabled, respectively. However, I think the code already shows the "simple and blunt" way of fixing the #8527 memory leak.