This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner, yuriy_levchenko
Date 2016-01-27.20:03:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453925020.65.0.726664494202.issue26215@psf.upfronthosting.co.za>
In-reply-to
Content
Could you please try to elaborate a little bit the issue?

> I permanently use gc.disable() but CPython create object with GC_Head.
it's use big memory.

You propose to remove GC_Head for everywhere? Or do you want a configure option?

What do you mean by "big memory"? Do you have an estimation of the "overhead" on an application?
History
Date User Action Args
2016-01-27 20:03:40vstinnersetrecipients: + vstinner, yuriy_levchenko
2016-01-27 20:03:40vstinnersetmessageid: <1453925020.65.0.726664494202.issue26215@psf.upfronthosting.co.za>
2016-01-27 20:03:40vstinnerlinkissue26215 messages
2016-01-27 20:03:40vstinnercreate