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.5] bpo-25794: Fix type.__setattr__() for non-interned attribute names. (GH-1652) #1674

Merged
merged 2 commits into from May 20, 2017

Commits on May 20, 2017

  1. [3.5] bpo-25794: Fix type.__setattr__() for non-interned attribute …

    …names. (pythonGH-1652)
    
    Based on patch by Eryk Sun..
    (cherry picked from commit d896985)
    serhiy-storchaka committed May 20, 2017
    Configuration menu
    Copy the full SHA
    7f87cac View commit details
    Browse the repository at this point in the history
  2. Fixed backporting.

    serhiy-storchaka committed May 20, 2017
    Configuration menu
    Copy the full SHA
    1c7e656 View commit details
    Browse the repository at this point in the history