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

[smart_holder] git merge master #5294

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Commits on Aug 9, 2024

  1. Add type_caster_std_function_specializations feature. (pybind#4597)

    * Allow specializations based on callback function return values.
    
    * clang-tidy auto fix
    
    * Add a test case for function specialization.
    
    * Add test for callback function that raises Python exception.
    
    * Fix test failures.
    
    * style: pre-commit fixes
    
    * Add `#define PYBIND11_HAS_TYPE_CASTER_STD_FUNCTION_SPECIALIZATIONS`
    
    ---------
    
    Co-authored-by: Ralf W. Grosse-Kunstleve <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8987944 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into sh_merge_master

    Ralf W. Grosse-Kunstleve committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7a9f1c7 View commit details
    Browse the repository at this point in the history