Skip to content
New issue

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

Garbage Collector for Python #7517

Open
anthonyleier opened this issue Oct 17, 2024 · 3 comments
Open

Garbage Collector for Python #7517

anthonyleier opened this issue Oct 17, 2024 · 3 comments
Labels
python Roadmap: python reviewed request reviewed and will potentially be acted on during roadmap migration. topic-change Missing or deprecated topics in roadmap

Comments

@anthonyleier
Copy link

Roadmap URL

https://roadmap.sh/python

Suggestions

I think topics about Garbage Collector are very important to becoming a Python developer. Topics about heap, stack, immutable and mutable objects, gc module, reference counting, cProfiling and memory_profiler.

@anthonyleier anthonyleier added the topic-change Missing or deprecated topics in roadmap label Oct 17, 2024
@github-actions github-actions bot added the python Roadmap: python label Oct 17, 2024
@dansholds
Copy link
Collaborator

Screenshot 2024-10-18 at 11 25 04

FYI we do have a subtopic on Heaps, Stacks and Queues

@anthonyleier
Copy link
Author

Yes, but not in the context of memory allocation. My suggestion is on topics related to memory management.

Something like this:

image

https://medium.com/@usmananwaar_de/memory-management-in-python-concept-of-heap-stack-garbage-collector-reference-counter-gil-4f133171db4

@dansholds
Copy link
Collaborator

Sure, I'll add it to the backlog.

@dansholds dansholds added the reviewed request reviewed and will potentially be acted on during roadmap migration. label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Roadmap: python reviewed request reviewed and will potentially be acted on during roadmap migration. topic-change Missing or deprecated topics in roadmap
Projects
None yet
Development

No branches or pull requests

2 participants