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-111389: expose _PyHASH_INF/BITS/MODULUS/IMAG macros as public #111418

Merged
merged 18 commits into from Mar 9, 2024

Commits on Oct 28, 2023

  1. pythongh-111389: restoring _PyHASH_INF/BITS/MODULUS/IMAG macroses as …

    …public
    
    This partially reverts python#107026.
    skirpichev committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    0ce377a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

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

Commits on Oct 30, 2023

  1. Revert "Mention public macros in docs"

    This reverts commit 2c6002f.
    skirpichev committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5c42cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4e3ae View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    ebe7604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a7ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7080fa9 View commit details
    Browse the repository at this point in the history
  4. news entry

    skirpichev committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9fcd93e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cc4ff3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    d978fdb View commit details
    Browse the repository at this point in the history
  2. Update Misc/NEWS.d/next/C API/2023-11-15-09-24-51.gh-issue-111418.FYY…

    …etY.rst
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
    skirpichev and vstinner committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    00bc891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aaa610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8dec64 View commit details
    Browse the repository at this point in the history
  5. docs nitpick

    Was rendered: "See also the PyTypeObject.tp_hash member and Hashing
    of numeric types for more details about hashing of numeric types."
    skirpichev committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d3a61ce View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: Victor Stinner <vstinner@python.org>
    skirpichev and vstinner committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1f3b623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd0fe7 View commit details
    Browse the repository at this point in the history
  3. Add comment

    skirpichev committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    553c663 View commit details
    Browse the repository at this point in the history