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-117139: Add header for tagged pointers #118330

Merged
merged 19 commits into from Apr 30, 2024

Commits on Apr 26, 2024

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

    Fidget-Spinner committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f783bc4 View commit details
    Browse the repository at this point in the history
  3. end EOL

    Fidget-Spinner committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4c52acc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. fix warnings

    Fidget-Spinner committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9e0ed42 View commit details
    Browse the repository at this point in the history
  2. format

    Fidget-Spinner committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4610cac View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

    Fidget-Spinner committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    35ac0ce View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. address rest of review

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c08a6f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5f8b2 View commit details
    Browse the repository at this point in the history
  3. rename file

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    046e308 View commit details
    Browse the repository at this point in the history
  4. rename header guards

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1a7087e View commit details
    Browse the repository at this point in the history
  5. add xnewref

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2090980 View commit details
    Browse the repository at this point in the history
  6. Add Py_STACKREF_NULL

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2f50bcb View commit details
    Browse the repository at this point in the history
  7. fix Windows build

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5961992 View commit details
    Browse the repository at this point in the history
  8. try fix Windows for real this time

    Co-Authored-By: Sam Gross <655866+colesbury@users.noreply.github.com>
    Fidget-Spinner and colesbury committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6bf6d44 View commit details
    Browse the repository at this point in the history
  9. address review

    Co-Authored-By: Sam Gross <655866+colesbury@users.noreply.github.com>
    Fidget-Spinner and colesbury committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    003d274 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7501357 View commit details
    Browse the repository at this point in the history
  11. remove decref_owned

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    53608d7 View commit details
    Browse the repository at this point in the history
  12. address review

    Fidget-Spinner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0131fc1 View commit details
    Browse the repository at this point in the history