[issue27371] Runaway memory consumption using update()

2016-06-23 Thread SilentGhost
Changes by SilentGhost : -- nosy: +gpolo, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue27371] Runaway memory consumption using update()

2016-06-22 Thread Jeremy Blow
New submission from Jeremy Blow: Hi folks, While going about running tkinter's update() call within a coroutine/asyncio event loop in lieu of using mainloop(), I came across odd memory behavior on MacOS where the cpython process gradually increases memory consumption. Suspicious that there m