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

bpo-37999: No longer use __int__ in implicit integer conversions. #15636

Merged

Commits on Sep 1, 2019

  1. bpo-37999: No longer use __int__ in implicit integer conversions.

    Only __index__ should be used to make integer conversions lossless.
    serhiy-storchaka committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    dba44f0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    ca85605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49aa158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e82cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    231bd77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35d259f View commit details
    Browse the repository at this point in the history