guider
guider copied to clipboard
Reconsider “import gc”
The software development environment “Eric 21.1” pointed out that the imported module “gc” would not be used so far. How do you think about to delete the corresponding statement? :thinking:
gc module is not used yet, but I am considering it's usage to free memory as soon as possible after making temporary caches much.