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

gc.collect() not able to collect #144

Open
pnthai88 opened this issue Jul 10, 2024 · 2 comments
Open

gc.collect() not able to collect #144

pnthai88 opened this issue Jul 10, 2024 · 2 comments

Comments

@pnthai88
Copy link

i'm using gc.collect() for clean memory.

other python version never saw this print when perform gc.collect() but this NOGIL does and no memory free.

gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
gc_get_refs(gc): -1
@pnthai88
Copy link
Author

pnthai88 commented Jul 10, 2024

i think this related to the issue #53 and #32
i use the installer: https://github.com/colesbury/nogil/releases/tag/v3.9.10-nogil-2023-04-01

@colesbury
Copy link
Owner

Now that PEP 703 has been accepted, I'm not actively working on this fork and instead focusing on work in upstream CPython. Please use the free-threaded build of Python 3.13.0b3:

https://py-free-threading.github.io/installing_cpython/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants