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

Int extraction #1155

Merged
merged 8 commits into from Jan 15, 2024
Merged

Int extraction #1155

merged 8 commits into from Jan 15, 2024

Commits on Jan 15, 2024

  1. using PyLong_AsLongLong

    samuelcolvin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0518af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d748c View commit details
    Browse the repository at this point in the history
  3. improve extract_i64 impl

    samuelcolvin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d3d5bc7 View commit details
    Browse the repository at this point in the history
  4. cleanup

    samuelcolvin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d0239fe View commit details
    Browse the repository at this point in the history
  5. windows support

    samuelcolvin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    48d9c33 View commit details
    Browse the repository at this point in the history
  6. pypy check

    samuelcolvin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8210187 View commit details
    Browse the repository at this point in the history
  7. use PyErr_Clear

    samuelcolvin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d8111f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16a3c25 View commit details
    Browse the repository at this point in the history