[issue45481] gc is disabled without explict calling gc.disable()

2021-10-15 Thread Zachary Ware
Change by Zachary Ware : -- versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue45481] gc is disabled without explict calling gc.disable()

2021-10-15 Thread Eric V. Smith
Eric V. Smith added the comment: Sorry, but since this is a 2.7 issue, I'm going to close it here. I know this isn't the answer you wanted, but this is really the wrong venue. I suggest you ask on StackOverflow or the python-list mailing list (https://mail.python.org/mailman/listinfo/python-

[issue45481] gc is disabled without explict calling gc.disable()

2021-10-15 Thread EricLin
New submission from EricLin : First, I would like to clarify that this is a Python 2.7.5 issue. I know python2 is no longer maintained, but I still wish to look for some help here. We have observed a long running Python 2.7.5 process leaking memory. I tried to inject some code into the proces