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

Merged
merged 7 commits into from
Sep 2, 2024
Merged

Conversation

rwgk
Copy link
Collaborator

@rwgk rwgk commented Sep 2, 2024

Description

Helper/scratch PR for testing.

Piggy-backed:

--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
 permissions: read-all

 concurrency:
-  group: test-sh-avl${{ github.ref }}
+  group: test-${{ github.ref }}
   cancel-in-progress: true

 env:

Suggested changelog entry:

vnlitvinov and others added 7 commits September 2, 2024 09:01
…thon buffer from wrapped object (pybind#5324)

* Add test for throwing def_buffer case

* Translate C++ -> Python exceptions in buffer creation

This required a little refactoring to extract exception translation to a separate method

* Fix code formatting

* Fix "unused parameter" warning

* Refactor per review

* style: pre-commit fixes

* Address review comments

* Address review comments

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pybind/pybind11] CI workflow run
CI: No jobs were run
@rwgk rwgk merged commit a05a201 into pybind:smart_holder Sep 2, 2024
80 checks passed
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Sep 2, 2024
@rwgk rwgk deleted the sh_merge_master branch September 2, 2024 18:47
@rwgk rwgk removed the needs changelog Possibly needs a changelog entry label Sep 2, 2024
rwgk pushed a commit to rwgk/pybind11 that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants