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

git merge smart_holder (https://github.com/pybind/pybind11/pull/4907) #30074

Merged
merged 7 commits into from
Oct 27, 2023

Commits on Oct 24, 2023

  1. Adapt to changed function name in Python 3.13 (google#4902)

    According to https://docs.python.org/3.13/whatsnew/3.13.html:
    
    Add PyThreadState_GetUnchecked() function: similar to
    PyThreadState_Get(), but don't kill the process with a fatal error if
    it is NULL. The caller is responsible to check if the result is
    NULL. Previously, the function was private and known as
    _PyThreadState_UncheckedGet().
    ellert authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fa27d2f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix: Add missing spaces to error string (google#4906)

    * [minor] Add a missing space
    
    Add a missing space to error message
    
    * Add space after period, always add newline.
    chunyang authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1e28599 View commit details
    Browse the repository at this point in the history
  2. chore: update hooks and Ruff config (google#4904)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3aece81 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into sh_merge_master

    Ralf W. Grosse-Kunstleve committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f8ea68f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sh_merge_master' into pywrapcc_merge_sh

    Ralf W. Grosse-Kunstleve committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5d80bfa View commit details
    Browse the repository at this point in the history
  5. Fix pre-commit mypy error:

    ```
    mypy.....................................................................Failed
    - hook id: mypy
    - exit code: 1
    
    ubench/holder_comparison.py:12: error: Unused "type: ignore" comment, use narrower [import-not-found] instead of [import] code  [unused-ignore]
    ```
    Ralf W. Grosse-Kunstleve committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e955753 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'sh_merge_master' into pywrapcc_merge_sh

    Ralf W. Grosse-Kunstleve committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f46cbe5 View commit details
    Browse the repository at this point in the history