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-106078: Convert _decimal types to heap types #106079

Merged
merged 18 commits into from
Jun 29, 2023

Commits on Jun 25, 2023

  1. Move static type object to global state

    Co-authored-by: Erlend E. Aasland erlend.aasland@protonmail.com
    CharlieZhao95 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    978e602 View commit details
    Browse the repository at this point in the history
  2. Add NEWs entry

    CharlieZhao95 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    a16649b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Remove news entry

    CharlieZhao95 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3b4e823 View commit details
    Browse the repository at this point in the history
  2. Add Py_DEBUG

    CharlieZhao95 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bb4e191 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Update Modules/_decimal/_decimal.c

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    CharlieZhao95 and erlend-aasland authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3f44aed View commit details
    Browse the repository at this point in the history
  2. Update Modules/_decimal/_decimal.c

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    CharlieZhao95 and erlend-aasland authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    eb9d17f View commit details
    Browse the repository at this point in the history
  3. Update Modules/_decimal/_decimal.c

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    CharlieZhao95 and erlend-aasland authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4faa645 View commit details
    Browse the repository at this point in the history
  4. Update Modules/_decimal/_decimal.c

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    CharlieZhao95 and erlend-aasland authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    531bf03 View commit details
    Browse the repository at this point in the history
  5. Apply erlend's comments

    CharlieZhao95 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f445ab7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac05050 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78bf615 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Add test cases

    CharlieZhao95 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b6e50c4 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    CharlieZhao95 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    514c839 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Move tests to CWhitebox

    CharlieZhao95 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    92a4c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e595e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4f538 View commit details
    Browse the repository at this point in the history
  4. Pull in main

    erlend-aasland committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a3df27a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    883c4f1 View commit details
    Browse the repository at this point in the history