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

Eliminate infinite loop when pickle loads BaseAWSObject and objects derived from it. #1016

Merged
merged 6 commits into from
May 23, 2018

Commits on Apr 2, 2018

  1. Short circuit __getattr__ to eliminate infinite loop when pickle load…

    …s BaseAWSObject.
    Satish Kumar committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    3b7abc5 View commit details
    Browse the repository at this point in the history
  2. Change comment to be more accurate.

    satvidh committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    4234e09 View commit details
    Browse the repository at this point in the history
  3. Reformat to less than 80 character limit to satisfy PEP-8 checks.

    satvidh authored and Satish Kumar committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    bab37c7 View commit details
    Browse the repository at this point in the history
  4. Remove trailing space in comment...

    ..., which caused build to break.
    satvidh committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    13345f2 View commit details
    Browse the repository at this point in the history
  5. More trailing spaces.

    satvidh committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    df57507 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    89efd8b View commit details
    Browse the repository at this point in the history