Skip to content

[smart_holder] git merge master - #5349

Merged
rwgk merged 7 commits into
pybind:smart_holderfrom
rwgk:sh_merge_master
Sep 2, 2024
Merged

[smart_holder] git merge master#5349
rwgk merged 7 commits into
pybind:smart_holderfrom
rwgk:sh_merge_master

Conversation

@rwgk

@rwgkrwgk commented Sep 2, 2024

Copy link
Copy Markdown
Collaborator

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:

vnlitvinovand 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_holderSep 2, 2024
@github-actionsgithub-actionsBot 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
@rwgkrwgk removed the needs changelog Possibly needs a changelog entry label Sep 2, 2024
rwgk added a commit to rwgk/pybind11 that referenced this pull request Sep 2, 2024
Sign up for freeto 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

@rwgk@vnlitvinov