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 #5247

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Commits on Jul 15, 2024

  1. chore(deps): bump actions/attest-build-provenance in the actions group (

    pybind#5243)
    
    Bumps the actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    
    Updates `actions/attest-build-provenance` from 1.3.2 to 1.3.3
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@bdd5137...5e9cb68)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ccefee4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. fix: make gil_safe_call_once thread-safe in free-threaded CPython (py…

    …bind#5246)
    
    * fix: Make gil_safe_call_once thread-safe in free-threaded CPython
    
    The "is_initialized_" flags is not protected by the GIL in free-threaded
    Python, so it needs to be an atomic field.
    
    Fixes pybind#5245
    
    * style: pre-commit fixes
    
    * Apply changes from code review
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    colesbury and pre-commit-ci[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    43de801 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 Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c6c9a9e View commit details
    Browse the repository at this point in the history