We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be convenient sometimes to set the GC threshold using an env variable rather than calling gc.set_threshold().
gc.set_threshold()
This is a minor feature, which does not need previous discussion elsewhere
No response
PYTHON_GC_THRESHOLD
The text was updated successfully, but these errors were encountered:
Closing, I now think a higher level "tuning knob" is better than setting the threshold. Like proposed in gh-124771.
Sorry, something went wrong.
No branches or pull requests
Feature or enhancement
Proposal:
It would be convenient sometimes to set the GC threshold using an env variable rather than calling
gc.set_threshold()
.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
PYTHON_GC_THRESHOLD
environment variable. #124743The text was updated successfully, but these errors were encountered: