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

Python 3.11: Fix a memory leak switching to greenlets. #329

Merged
merged 1 commit into from Nov 7, 2022
Merged

Commits on Nov 7, 2022

  1. Python 3.11: Fix a memory leak switching to greenlets.

    This leak was present in the original implementation of Python 3.11 support (#306)
    
    Fixes #328 and fixes gevent/gevent#1924 ; I have run gevent's test suite locally on 3.11 with this fix without seeing any regressions.
    jamadden committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    aa6f251 View commit details
    Browse the repository at this point in the history