I have a question about the following code in compile.c:jcompile (line 3678) filename = PyString_InternFromString(sc.c_filename); name = PyString_InternFromString(sc.c_name); In the case of a long-running server which constantly imports modules, this causes the interned string dict to grow without bound. Is there a strong reason that the filename needs to be interned? How about the module name? How about some way to enforce a limit on the size of the interned strings dictionary?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4