Skip to content

Conversation

@nascheme
Copy link
Member

@naschemenascheme commented Sep 29, 2024

This is still a WIP. We need to discuss if this is actually a good idea and what the options should be if it is.

There should be a gc.set_preset() function, which is not yet implemented. Also need unit tests for this functionality. The initconfig logic is fairly complex and I'm not sure I did everything correct.


📚 Documentation preview 📚: https://cpython-previews--124772.org.readthedocs.build/

Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name PYTHON_GC_PRESET was suggested.

@nascheme
Copy link
MemberAuthor

The name PYTHON_GC_PRESET was suggested.

Yeah, that's a better name. I've updated the PR. Still need the gc.set_preset() function and some unit tests before this would be ready to merge.

@naschemenascheme changed the title gh-124771: Add the PYTHON_GC_STRAGEGY env var.gh-124771: Add the PYTHON_GC_PRESET env var.Oct 1, 2024
@vstinner
Copy link
Member

The PR is a draft. Does it mean that you're not sure if it's a good idea or not? Should it be reviewed or not yet?

@nascheme
Copy link
MemberAuthor

The code is not yet complete (need gc.set_preset() and gc.get_preset()). Also, I'm hoping for some more discussion on the approach, both from other Python implementations like pypy and from GC experts like Joannah.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DO-NOT-MERGEinterpreter-core(Objects, Python, Grammar, and Parser dirs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nascheme@vstinner