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.8] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) #23022

Merged
merged 1 commit into from
Oct 29, 2020

Commits on Oct 29, 2020

  1. bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creat…

    …ing the func object (pythonGH-22953)
    
    func_dealloc() does not handle partially-created objects. Best not to give it any.
    (cherry picked from commit 3505261)
    
    Co-authored-by: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
    Jongy authored and miss-islington committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c939d6c View commit details
    Browse the repository at this point in the history