SMAT-Lab / Scalpel

Scalpel: The Python Static Analysis Framework
Apache License 2.0
279 stars 42 forks source link

Memory leaks in typeinference module #25

Closed billquan closed 2 years ago

billquan commented 2 years ago

It seems that certain input source code can cause memory leak in typeinfer module. We are still locating the leak and more details will come soon.

billquan commented 2 years ago

After CFG module was fixed, the memory leaks in typeinfer module seem to have gone. As such, we are closing this issue