Skip to content

Commit b7b485d

Browse files
committed
Added changelog entry
1 parent 7e2d20d commit b7b485d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ Version TBD (not yet released)
7373
binding abstractions that "feel like" the built-in ones.
7474
(PR `#884 <https://github.com/wjakob/nanobind/pull/884>`__)
7575

76+
- Added :cpp:func:`nb::is_alive() <is_alive>` checks to prevent destructors
77+
from trying to re-acquire the GIL when the interpreter shuts down,
78+
as that triggers a cancellation exception which isn't allowed in
79+
destructors.
80+
7681
Version 2.4.0 (Dec 6, 2024)
7782
---------------------------
7883

0 commit comments

Comments
 (0)