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

Merged
merged 5 commits into from
Oct 27, 2023
Merged

Conversation

rwgk
Copy link
Collaborator

@rwgk rwgk commented Oct 27, 2023

Description

Helper/scratch PR for testing.

Suggested changelog entry:

ellert and others added 4 commits October 24, 2023 09:46
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().
* [minor] Add a missing space

Add a missing space to error message

* Add space after period, always add newline.
@rwgk rwgk changed the title Sh merge master [smart_holder] git merge master Oct 27, 2023
```
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]
```
@rwgk rwgk merged commit e955753 into pybind:smart_holder Oct 27, 2023
152 checks passed
@rwgk rwgk deleted the sh_merge_master branch October 27, 2023 06:54
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Oct 27, 2023
rwgk pushed a commit to google/pybind11clif that referenced this pull request Oct 27, 2023
@rwgk rwgk removed the needs changelog Possibly needs a changelog entry label Oct 27, 2023
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.

4 participants