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

Use PyLong_GetSign() #486

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 13, 2024

  1. Use PyLong_GetSign()

    skirpichev committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c34d5f1 View commit details
    Browse the repository at this point in the history
  2. Cleanup mpz_set_PyLong()

    skirpichev committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b1e684d View commit details
    Browse the repository at this point in the history
  3. Don't reset leading digits in GMPy_PyLong_From_MPZ()

    count should be equal to size
    skirpichev committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fbf99e6 View commit details
    Browse the repository at this point in the history