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

[3.7] bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) #7074

Merged
merged 1 commit into from
May 23, 2018

Commits on May 23, 2018

  1. bpo-33612: Remove PyThreadState_Clear() assertion (pythonGH-7069)

    bpo-25612, bpo-33612: Remove an assertion from PyThreadState_Clear()
    which failed at Python shutdown or on fork if a thread was running a
    generator.
    (cherry picked from commit b6dccf5)
    
    Co-authored-by: Victor Stinner <vstinner@redhat.com>
    vstinner authored and miss-islington committed May 23, 2018
    Configuration menu
    Copy the full SHA
    33d1e8c View commit details
    Browse the repository at this point in the history