[New-bugs-announce] [issue26215] remove gc from CPython

yuriy_levchenko report at bugs.python.org
Wed Jan 27 06:08:47 EST 2016


New submission from yuriy_levchenko:

I permanently use gc.disable() but CPython create object with GC_Head.
it's use big memory.
I suggest add define to a few file that remove use GC_Head and allocate extra memory.

----------
messages: 259013
nosy: yuriy_levchenko
priority: normal
severity: normal
status: open
title: remove gc from CPython
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26215>
_______________________________________


More information about the New-bugs-announce mailing list