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 yselivanov
Recipients ned.deily, vstinner, yselivanov
Date 2018-06-08.03:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528429443.81.0.592728768989.issue33803@psf.upfronthosting.co.za>
In-reply-to
Content
> +    if (core_config->dev_mode) {
> +        _PyRuntime.gc.generations[0].threshold = 5;
> +    }

I'd love to have a flag to turn this on, or maybe we should enable it for -X dev.
History
Date User Action Args
2018-06-08 03:44:03yselivanovsetrecipients: + yselivanov, vstinner, ned.deily
2018-06-08 03:44:03yselivanovsetmessageid: <1528429443.81.0.592728768989.issue33803@psf.upfronthosting.co.za>
2018-06-08 03:44:03yselivanovlinkissue33803 messages
2018-06-08 03:44:03yselivanovcreate