Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #91 +/- ##
=======================================
Coverage 96.54% 96.54%
=======================================
Files 21 21
Lines 1275 1275
=======================================
Hits 1231 1231
Misses 44 44 Continue to review full report in Codecov by Sentry.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.2→3.0.3Release Notes
pybind/pybind11 (pybind11)
v3.0.3: Version 3.0.3Compare Source
Bug fixes:
Fixed TSS key exhaustion in
implicitly_convertible()when many implicit conversions are registered across large module sets.#6020
Fixed heap-buffer-overflow in
pythonbufwith undersized buffers by enforcing a minimum buffer size.#6019
Fixed virtual-inheritance pointer offset crashes when dispatching inherited methods through virtual bases.
#6017
Fixed
free(): invalid pointercrashes during interpreter shutdown withpy::enum_<>by duplicating late-addeddef_property_staticargument strings.#6015
Fixed
function_recordheap-type deallocation to callPyObject_Free()and decref the type.#6010
Hardened
PYBIND11_MODULE_PYINITandget_internals()against module-initialization crashes.#6018
Fixed
static_pointer_castbuild failure with virtual inheritance inholder_caster_foreign_helpers.h.#6014
Fixed ambiguous
factorytemplate specialization that caused compilation failures with nvcc + GCC 14.#6011
Fixed crash in
def_readwritefor non-smart-holder properties of smart-holder classes.#6008
Fixed memory leak for
py::dynamic_attr()objects on Python 3.13+ by clearing managed__dict__contents during deallocation.#5999
Fixed binding of
noexceptand ref-qualified (&,&&) methods inherited from unregistered base classes.#5992
Internal:
Moved
tomlkitdependency to the dev dependency group.#5990
Switched to newer public CPython APIs (
PyType_GetFlagsand public vectorcall APIs where available).#6005
Tests:
#5986
CI:
#6001
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.