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

gh-121153: Fix some errors with use of _PyLong_CompactValue() #121154

Merged

Commits on Jun 29, 2024

  1. pythongh-121153: Fix some errors with use of _PyLong_CompactValue()

    * The result has type Py_ssize_t, not intptr_t.
    * Type cast between unsigned and signdet integer types should be explicit.
    * Downcasting should be explicit.
    serhiy-storchaka committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5a6872f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc0db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    576770f View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/_PyLong_CompactValu…

    …e-type-cast' into _PyLong_CompactValue-type-cast
    serhiy-storchaka committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    9367d89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    940acfa View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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