EricLin <linxiaoj...@huawei.com> added the comment:
@torsten Your comment here did a great help to me. I observed a long running python 2.7 process leaking memory. I did a lot of digging and eventually found that gc was disabled in this process. But who disabled it? I really have no idea. Luckily, I find this comment. The scenario of my process is exactly the same as you said, threading + subprocess. Finally...what a hard trip here. Thanks a lot! ---------- nosy: +linxiaojun _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue1336> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com