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

Fix #251 #253

Merged
merged 2 commits into from Aug 10, 2021
Merged

Fix #251 #253

merged 2 commits into from Aug 10, 2021

Commits on Aug 7, 2021

  1. Add failing test for #251.

    All tested versions of Python are demonstrating a growth of one extra list.
    jamadden committed Aug 7, 2021
    Copy the full SHA
    ebb9254 View commit details
    Browse the repository at this point in the history
  2. Fix #251 by getting the reference count of the list correct.

    There's still some cycle though, meaning you must both call getcurrent() from the thread that hosted the dead greenlet, as well as some other thread  to be sure that all the greenlets get deleted.
    jamadden committed Aug 7, 2021
    Copy the full SHA
    da4ddc0 View commit details
    Browse the repository at this point in the history